Html Css Color HEX #607E12 Fiji Green

📋 copy color: '#607E12'

red 96 ◦ green 126 ◦ blue 18

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

Shades of Fiji Green #607E12

Tints of Fiji Green #607E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.5%

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

R = 40%
G = 52.5%
B = 7.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#607E12 (or 0x607E12) is known color: Fiji Green. HEX triplet: 60, 7E and 12. RGB value is (96,126,18). Sum of RGB (Red+Green+Blue) = 96+126+18=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #607E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607E12 is #9F81ED. Grayscale: #696969. Windows color (decimal): -10453486 or 1212000. OLE color: 1212000.

HSL color Cylindrical-coordinate representation of color #607E12: hue angle of 76.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #607E12 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 18 -
CMYK 0.24 0 0.86 0.51
HSL 76.67º 0.75% 0.28% -
HSV(B) 76.67º 0.86% 0.49% -
XYZ 12.39 17.45 3.29 -
YUV 104.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 96 126 18 0.24 0 0.86 0.51 76.67 0.75 0.28
Hex 60 7E 12 18 0 56 33 4D 4B 1C
Octal 140 176 22 30 0 126 63 115 113 34
Binary 1100000 1111110 10010 11000 0 1010110 110011 1001101 1001011 11100

Color Harmonies of #607E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E12

Black with #607E12

Text Example


Text Example

White with #607E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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