Html Css Color HEX #607216 Fiji Green

📋 copy color: '#607216'

red 96 ◦ green 114 ◦ blue 22

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

Shades of Fiji Green #607216

Tints of Fiji Green #607216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 41.38%
G = 49.14%
B = 9.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#607216 (or 0x607216) is known color: Fiji Green. HEX triplet: 60, 72 and 16. RGB value is (96,114,22). Sum of RGB (Red+Green+Blue) = 96+114+22=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #607216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607216 is #9F8DE9. Grayscale: #626262. Windows color (decimal): -10456554 or 1471072. OLE color: 1471072.

HSL color Cylindrical-coordinate representation of color #607216: hue angle of 71.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #607216 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 22 -
CMYK 0.16 0 0.81 0.55
HSL 71.74º 0.68% 0.27% -
HSV(B) 71.74º 0.81% 0.45% -
XYZ 10.99 14.58 2.99 -
YUV 98.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 96 114 22 0.16 0 0.81 0.55 71.74 0.68 0.27
Hex 60 72 16 10 0 51 37 48 44 1B
Octal 140 162 26 20 0 121 67 110 104 33
Binary 1100000 1110010 10110 10000 0 1010001 110111 1001000 1000100 11011

Color Harmonies of #607216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607216

Black with #607216

Text Example


Text Example

White with #607216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607216; }

 p { color: rgb(96,114,22); }

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

background-color css

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

 a { background-color: rgb(96,114,22); }

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

border-color css

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

 span { border-color: rgb(96,114,22); }

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