#69770D

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

Shades of Fiji Green #69770D

Tints of Fiji Green #69770D

Color information

#69770D (or 0x69770D) is unknown color: approx Fiji Green. HEX triplet: 69, 77 and 0D. RGB value is (105,119,13). Sum of RGB (Red+Green+Blue) = 105+119+13=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #69770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69770D is #9688F2. Grayscale: #676767. Windows color (decimal): -9865459 or 882537. OLE color: 882537.

HSL color Cylindrical-coordinate representation of color #69770D: hue angle of 67.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69770D is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB10511913-
CMYK0.1200.890.53
HSL67.92º80.3%25.88%-
HSV(B)67.92º89.08%46.67%-
XYZ12.516.232.85-
YUV102.7377.36129.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=44.30%
G=50.21%
B=5.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119130.1200.890.5367.9280.325.88
Hex6977DC0593544501a
Octal151167151401316510412032
Binary1101001111011111011100010110011101011000100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69770D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69770D; }

 p { color: rgb(105,119,13); }

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

<style>
 a { background-color: #69770D; }

 a { background-color: rgb(105,119,13); }

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

<style>
 span { border-color: #69770D; }

 span { border-color: rgb(105,119,13); }

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