Html Css Color HEX #606600 Fiji Green

📋 copy color: '#606600'

red 96 ◦ green 102 ◦ blue 0

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

Shades of Fiji Green #606600

Tints of Fiji Green #606600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#606600 (or 0x606600) is known color: Fiji Green. HEX triplet: 60, 66 and 00. RGB value is (96,102,0). Sum of RGB (Red+Green+Blue) = 96+102+0=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #606600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606600 is #9F99FF. Grayscale: #585858. Windows color (decimal): -10459648 or 26208. OLE color: 26208.

HSL color Cylindrical-coordinate representation of color #606600: hue angle of 63.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606600 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 0 -
CMYK 0.06 0 1 0.6
HSL 63.53º 1% 0.2% -
HSV(B) 63.53º 1% 0.4% -
XYZ 9.58 11.99 1.81 -
YUV 88.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 96 102 0 0.06 0 1 0.6 63.53 1 0.2
Hex 60 66 0 6 0 64 3C 40 64 14
Octal 140 146 0 6 0 144 74 100 144 24
Binary 1100000 1100110 0 110 0 1100100 111100 1000000 1100100 10100

Color Harmonies of #606600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606600

Black with #606600

Text Example


Text Example

White with #606600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606600; }

 p { color: rgb(96,102,0); }

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

background-color css

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

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

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

border-color css

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

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

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