Html Css Color HEX #607612 Fiji Green

📋 copy color: '#607612'

red 96 ◦ green 118 ◦ blue 18

#607612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #607612

Tints of Fiji Green #607612

RGB

 RED value IS 96 (37.89% from 255) = 41.38%

 GREEN value IS 118 (46.48% from 255) = 50.86%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 41.38%
G = 50.86%
B = 7.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#607612 (or 0x607612) is known color: Fiji Green. HEX triplet: 60, 76 and 12. RGB value is (96,118,18). Sum of RGB (Red+Green+Blue) = 96+118+18=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #607612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607612 is #9F89ED. Grayscale: #646464. Windows color (decimal): -10455534 or 1209952. OLE color: 1209952.

HSL color Cylindrical-coordinate representation of color #607612: hue angle of 73.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #607612 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 18 -
CMYK 0.19 0 0.85 0.54
HSL 73.2º 0.74% 0.27% -
HSV(B) 73.2º 0.85% 0.46% -
XYZ 11.41 15.49 2.96 -
YUV 100.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 96 118 18 0.19 0 0.85 0.54 73.2 0.74 0.27
Hex 60 76 12 13 0 55 36 49 4A 1B
Octal 140 166 22 23 0 125 66 111 112 33
Binary 1100000 1110110 10010 10011 0 1010101 110110 1001001 1001010 11011

Color Harmonies of #607612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607612

Black with #607612

Text Example


Text Example

White with #607612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607612; }

 p { color: rgb(96,118,18); }

 H1.HeaderClassName
 {
   color: #607612;
 }
 .AnyTagClassName
 {
   color: #607612;
 }
</style>

background-color css

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

 a { background-color: rgb(96,118,18); }

 div.DivClassName
 {
   background-color: #607612;
 }
 .BgClassName
 {
   background-color: #607612;
 }
</style>

border-color css

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

 span { border-color: rgb(96,118,18); }

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