Html Css Color HEX #606316 Fiji Green

📋 copy color: '#606316'

red 96 ◦ green 99 ◦ blue 22

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

Shades of Fiji Green #606316

Tints of Fiji Green #606316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 44.24%
G = 45.62%
B = 10.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#606316 (or 0x606316) is known color: Fiji Green. HEX triplet: 60, 63 and 16. RGB value is (96,99,22). Sum of RGB (Red+Green+Blue) = 96+99+22=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #606316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606316 is #9F9CE9. Grayscale: #595959. Windows color (decimal): -10460394 or 1467232. OLE color: 1467232.

HSL color Cylindrical-coordinate representation of color #606316: hue angle of 62.34º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #606316 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 22 -
CMYK 0.03 0 0.78 0.61
HSL 62.34º 0.64% 0.24% -
HSV(B) 62.34º 0.78% 0.39% -
XYZ 9.43 11.47 2.48 -
YUV 89.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 96 99 22 0.03 0 0.78 0.61 62.34 0.64 0.24
Hex 60 63 16 3 0 4E 3D 3E 40 18
Octal 140 143 26 3 0 116 75 76 100 30
Binary 1100000 1100011 10110 11 0 1001110 111101 111110 1000000 11000

Color Harmonies of #606316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606316

Black with #606316

Text Example


Text Example

White with #606316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606316; }

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

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

background-color css

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

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

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

border-color css

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

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

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