Html Css Color HEX #606D00 Fiji Green

📋 copy color: '#606D00'

red 96 ◦ green 109 ◦ blue 0

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

Shades of Fiji Green #606D00

Tints of Fiji Green #606D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.17%

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

R = 46.83%
G = 53.17%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#606D00 (or 0x606D00) is known color: Fiji Green. HEX triplet: 60, 6D and 00. RGB value is (96,109,0). Sum of RGB (Red+Green+Blue) = 96+109+0=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #606D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606D00 is #9F92FF. Grayscale: #5D5D5D. Windows color (decimal): -10457856 or 28000. OLE color: 28000.

HSL color Cylindrical-coordinate representation of color #606D00: hue angle of 67.16º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #606D00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 0 -
CMYK 0.12 0 1 0.57
HSL 67.16º 1% 0.21% -
HSV(B) 67.16º 1% 0.43% -
XYZ 10.29 13.42 2.05 -
YUV 92.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 96 109 0 0.12 0 1 0.57 67.16 1 0.21
Hex 60 6D 0 C 0 64 39 43 64 15
Octal 140 155 0 14 0 144 71 103 144 25
Binary 1100000 1101101 0 1100 0 1100100 111001 1000011 1100100 10101

Color Harmonies of #606D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D00

Black with #606D00

Text Example


Text Example

White with #606D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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