#69780A

Color #69780A Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #69780A

Tints of Fiji Green #69780A

Color information

#69780A (or 0x69780A) is unknown color: approx Fiji Green. HEX triplet: 69, 78 and 0A. RGB value is (105,120,10). Sum of RGB (Red+Green+Blue) = 105+120+10=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #69780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780A is #9687F5. Grayscale: #676767. Windows color (decimal): -9865206 or 686185. OLE color: 686185.

HSL color Cylindrical-coordinate representation of color #69780A: hue angle of 68.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69780A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB10512010-
CMYK0.1300.920.53
HSL68.18º84.62%25.49%-
HSV(B)68.18º91.67%47.06%-
XYZ12.616.462.8-
YUV102.9875.53129.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=44.68%
G=51.06%
B=4.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120100.1300.920.5368.1884.6225.49
Hex6978AD05C35445519
Octal151170121501346510412531
Binary1101001111100010101101010111001101011000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69780A; }

 p { color: rgb(105,120,10); }

 H1.HeaderClassName
 {
   color: #69780A;
 }
 .AnyTagClassName
 {
   color: #69780A;
 }
</style>
background-color css

<style>
 a { background-color: #69780A; }

 a { background-color: rgb(105,120,10); }

 div.DivClassName
 {
   background-color: #69780A;
 }
 .BgClassName
 {
   background-color: #69780A;
 }
</style>
border-color css

<style>
 span { border-color: #69780A; }

 span { border-color: rgb(105,120,10); }

 td.TdClassName
 {
   border-color: #69780A;
 }
 .TagClassName
 {
   border-color: #69780A;
 }
</style>