Html Css Color HEX #607311 Fiji Green

📋 copy color: '#607311'

red 96 ◦ green 115 ◦ blue 17

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

Shades of Fiji Green #607311

Tints of Fiji Green #607311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 42.11%
G = 50.44%
B = 7.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#607311 (or 0x607311) is known color: Fiji Green. HEX triplet: 60, 73 and 11. RGB value is (96,115,17). Sum of RGB (Red+Green+Blue) = 96+115+17=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #607311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607311 is #9F8CEE. Grayscale: #626262. Windows color (decimal): -10456303 or 1143648. OLE color: 1143648.

HSL color Cylindrical-coordinate representation of color #607311: hue angle of 71.63º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #607311 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 17 -
CMYK 0.17 0 0.85 0.55
HSL 71.63º 0.74% 0.26% -
HSV(B) 71.63º 0.85% 0.45% -
XYZ 11.06 14.79 2.8 -
YUV 98.15 82.21 126.47 -
System Red Green Blue C M Y K H S L
Decimal 96 115 17 0.17 0 0.85 0.55 71.63 0.74 0.26
Hex 60 73 11 11 0 55 37 48 4A 1A
Octal 140 163 21 21 0 125 67 110 112 32
Binary 1100000 1110011 10001 10001 0 1010101 110111 1001000 1001010 11010

Color Harmonies of #607311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607311

Black with #607311

Text Example


Text Example

White with #607311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607311; }

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

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

background-color css

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

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

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

border-color css

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

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

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