#69740D

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

Shades of Fiji Green #69740D

Tints of Fiji Green #69740D

Color information

#69740D (or 0x69740D) is unknown color: approx Fiji Green. HEX triplet: 69, 74 and 0D. RGB value is (105,116,13). Sum of RGB (Red+Green+Blue) = 105+116+13=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #69740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69740D is #968BF2. Grayscale: #656565. Windows color (decimal): -9866227 or 881769. OLE color: 881769.

HSL color Cylindrical-coordinate representation of color #69740D: hue angle of 66.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69740D is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB10511613-
CMYK0.0900.890.55
HSL66.41º79.84%25.29%-
HSV(B)66.41º88.79%45.49%-
XYZ12.1415.522.74-
YUV100.9778.36130.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=44.87%
G=49.57%
B=5.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116130.0900.890.5566.4179.8425.29
Hex6974D905937425019
Octal151164151101316710212031
Binary1101001111010011011001010110011101111000010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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