Html Css Color HEX #607011 Fiji Green

📋 copy color: '#607011'

red 96 ◦ green 112 ◦ blue 17

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

Shades of Fiji Green #607011

Tints of Fiji Green #607011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 42.67%
G = 49.78%
B = 7.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#607011 (or 0x607011) is known color: Fiji Green. HEX triplet: 60, 70 and 11. RGB value is (96,112,17). Sum of RGB (Red+Green+Blue) = 96+112+17=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #607011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607011 is #9F8FEE. Grayscale: #606060. Windows color (decimal): -10457071 or 1142880. OLE color: 1142880.

HSL color Cylindrical-coordinate representation of color #607011: hue angle of 70.11º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #607011 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 17 -
CMYK 0.14 0 0.85 0.56
HSL 70.11º 0.74% 0.25% -
HSV(B) 70.11º 0.85% 0.44% -
XYZ 10.72 14.12 2.69 -
YUV 96.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 96 112 17 0.14 0 0.85 0.56 70.11 0.74 0.25
Hex 60 70 11 E 0 55 38 46 4A 19
Octal 140 160 21 16 0 125 70 106 112 31
Binary 1100000 1110000 10001 1110 0 1010101 111000 1000110 1001010 11001

Color Harmonies of #607011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607011

Black with #607011

Text Example


Text Example

White with #607011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607011; }

 p { color: rgb(96,112,17); }

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

background-color css

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

 a { background-color: rgb(96,112,17); }

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

border-color css

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

 span { border-color: rgb(96,112,17); }

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