Html Css Color HEX #606205 Fiji Green

📋 copy color: '#606205'

red 96 ◦ green 98 ◦ blue 5

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

Shades of Fiji Green #606205

Tints of Fiji Green #606205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.25%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 48.24%
G = 49.25%
B = 2.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#606205 (or 0x606205) is known color: Fiji Green. HEX triplet: 60, 62 and 05. RGB value is (96,98,5). Sum of RGB (Red+Green+Blue) = 96+98+5=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #606205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606205 is #9F9DFA. Grayscale: #575757. Windows color (decimal): -10460667 or 352864. OLE color: 352864.

HSL color Cylindrical-coordinate representation of color #606205: hue angle of 61.29º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #606205 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 5 -
CMYK 0.02 0 0.95 0.62
HSL 61.29º 0.9% 0.2% -
HSV(B) 61.29º 0.95% 0.38% -
XYZ 9.22 11.23 1.83 -
YUV 86.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 96 98 5 0.02 0 0.95 0.62 61.29 0.9 0.2
Hex 60 62 5 2 0 5F 3E 3D 5A 14
Octal 140 142 5 2 0 137 76 75 132 24
Binary 1100000 1100010 101 10 0 1011111 111110 111101 1011010 10100

Color Harmonies of #606205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606205

Black with #606205

Text Example


Text Example

White with #606205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606205; }

 p { color: rgb(96,98,5); }

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

background-color css

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

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

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

border-color css

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

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

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