Html Css Color HEX #606502 Fiji Green

📋 copy color: '#606502'

red 96 ◦ green 101 ◦ blue 2

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

Shades of Fiji Green #606502

Tints of Fiji Green #606502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 48.24%
G = 50.75%
B = 1.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#606502 (or 0x606502) is known color: Fiji Green. HEX triplet: 60, 65 and 02. RGB value is (96,101,2). Sum of RGB (Red+Green+Blue) = 96+101+2=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #606502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606502 is #9F9AFD. Grayscale: #585858. Windows color (decimal): -10459902 or 157024. OLE color: 157024.

HSL color Cylindrical-coordinate representation of color #606502: hue angle of 63.03º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #606502 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 2 -
CMYK 0.05 0 0.98 0.60
HSL 63.03º 0.96% 0.2% -
HSV(B) 63.03º 0.98% 0.4% -
XYZ 9.49 11.8 1.83 -
YUV 88.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 96 101 2 0.05 0 0.98 0.60 63.03 0.96 0.2
Hex 60 65 2 5 0 62 3C 3F 60 14
Octal 140 145 2 5 0 142 74 77 140 24
Binary 1100000 1100101 10 101 0 1100010 111100 111111 1100000 10100

Color Harmonies of #606502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606502

Black with #606502

Text Example


Text Example

White with #606502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606502; }

 p { color: rgb(96,101,2); }

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

background-color css

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

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

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

border-color css

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

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

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