Html Css Color HEX #606001 Fiji Green

📋 copy color: '#606001'

red 96 ◦ green 96 ◦ blue 1

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

Shades of Fiji Green #606001

Tints of Fiji Green #606001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 49.74%
G = 49.74%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#606001 (or 0x606001) is known color: Fiji Green. HEX triplet: 60, 60 and 01. RGB value is (96,96,1). Sum of RGB (Red+Green+Blue) = 96+96+1=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606001 is #9F9FFE. Grayscale: #555555. Windows color (decimal): -10461183 or 90208. OLE color: 90208.

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

Color convert

RGB 96 96 1 -
CMYK 0 0 0.99 0.62
HSL 60º 0.98% 0.19% -
HSV(B) 60º 0.99% 0.38% -
XYZ 9.01 10.85 1.65 -
YUV 85.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 96 96 1 0 0 0.99 0.62 60 0.98 0.19
Hex 60 60 1 0 0 63 3E 3C 62 13
Octal 140 140 1 0 0 143 76 74 142 23
Binary 1100000 1100000 1 0 0 1100011 111110 111100 1100010 10011

Color Harmonies of #606001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606001

Black with #606001

Text Example


Text Example

White with #606001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606001; }

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

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

background-color css

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

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

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

border-color css

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

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

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