Html Css Color HEX #606010 Fiji Green

📋 copy color: '#606010'

red 96 ◦ green 96 ◦ blue 16

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

Shades of Fiji Green #606010

Tints of Fiji Green #606010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#606010 (or 0x606010) is known color: Fiji Green. HEX triplet: 60, 60 and 10. RGB value is (96,96,16). Sum of RGB (Red+Green+Blue) = 96+96+16=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606010 is #9F9FEF. Grayscale: #575757. Windows color (decimal): -10461168 or 1073248. OLE color: 1073248.

HSL color Cylindrical-coordinate representation of color #606010: hue angle of 60º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #606010 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 16 -
CMYK 0 0 0.83 0.62
HSL 60º 0.71% 0.22% -
HSV(B) 60º 0.83% 0.38% -
XYZ 9.1 10.89 2.11 -
YUV 86.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 96 96 16 0 0 0.83 0.62 60 0.71 0.22
Hex 60 60 10 0 0 53 3E 3C 47 16
Octal 140 140 20 0 0 123 76 74 107 26
Binary 1100000 1100000 10000 0 0 1010011 111110 111100 1000111 10110

Color Harmonies of #606010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606010

Black with #606010

Text Example


Text Example

White with #606010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606010; }

 p { color: rgb(96,96,16); }

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

background-color css

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

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

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

border-color css

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

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

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