#69780B

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

Shades of Fiji Green #69780B

Tints of Fiji Green #69780B

Color information

#69780B (or 0x69780B) is unknown color: approx Fiji Green. HEX triplet: 69, 78 and 0B. RGB value is (105,120,11). Sum of RGB (Red+Green+Blue) = 105+120+11=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #69780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69780B is #9687F4. Grayscale: #676767. Windows color (decimal): -9865205 or 751721. OLE color: 751721.

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

Color convert

RGB10512011-
CMYK0.1300.910.53
HSL68.26º83.21%25.69%-
HSV(B)68.26º90.83%47.06%-
XYZ12.616.462.83-
YUV103.0976.03129.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=44.49%
G=50.85%
B=4.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105120110.1300.910.5368.2683.2125.69
Hex6978BD05B3544531a
Octal151170131501336510412332
Binary1101001111100010111101010110111101011000100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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