Html Css Color HEX #606716 Fiji Green

📋 copy color: '#606716'

red 96 ◦ green 103 ◦ blue 22

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

Shades of Fiji Green #606716

Tints of Fiji Green #606716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

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

R = 43.44%
G = 46.61%
B = 9.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#606716 (or 0x606716) is known color: Fiji Green. HEX triplet: 60, 67 and 16. RGB value is (96,103,22). Sum of RGB (Red+Green+Blue) = 96+103+22=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #606716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606716 is #9F98E9. Grayscale: #5B5B5B. Windows color (decimal): -10459370 or 1468256. OLE color: 1468256.

HSL color Cylindrical-coordinate representation of color #606716: hue angle of 65.19º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #606716 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 22 -
CMYK 0.07 0 0.79 0.60
HSL 65.19º 0.65% 0.25% -
HSV(B) 65.19º 0.79% 0.4% -
XYZ 9.82 12.25 2.61 -
YUV 91.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 96 103 22 0.07 0 0.79 0.60 65.19 0.65 0.25
Hex 60 67 16 7 0 4F 3C 41 41 19
Octal 140 147 26 7 0 117 74 101 101 31
Binary 1100000 1100111 10110 111 0 1001111 111100 1000001 1000001 11001

Color Harmonies of #606716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606716

Black with #606716

Text Example


Text Example

White with #606716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606716; }

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

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

background-color css

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

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

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

border-color css

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

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

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