#69660F

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

Shades of Fiji Green #69660F

Tints of Fiji Green #69660F

Color information

#69660F (or 0x69660F) is unknown color: approx Fiji Green. HEX triplet: 69, 66 and 0F. RGB value is (105,102,15). Sum of RGB (Red+Green+Blue) = 105+102+15=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69660F is #9699F0. Grayscale: #5D5D5D. Windows color (decimal): -9869809 or 1009257. OLE color: 1009257.

HSL color Cylindrical-coordinate representation of color #69660F: hue angle of 58º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69660F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB10510215-
CMYK00.030.860.59
HSL58º75%23.53%-
HSV(B)58º85.71%41.18%-
XYZ10.6612.542.31-
YUV92.9883.99136.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=47.30%
G=45.95%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051021500.030.860.59587523.53
Hex6966F03563B3a4b18
Octal1511461703126737211330
Binary1101001110011011110111010110111011111010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69660F; }

 p { color: rgb(105,102,15); }

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

<style>
 a { background-color: #69660F; }

 a { background-color: rgb(105,102,15); }

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

<style>
 span { border-color: #69660F; }

 span { border-color: rgb(105,102,15); }

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