Html Css Color HEX #608600 Olive Drab

📋 copy color: '#608600'

red 96 ◦ green 134 ◦ blue 0

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

Shades of Olive Drab #608600

Tints of Olive Drab #608600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

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

R = 41.74%
G = 58.26%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#608600 (or 0x608600) is known color: Olive Drab. HEX triplet: 60, 86 and 00. RGB value is (96,134,0). Sum of RGB (Red+Green+Blue) = 96+134+0=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #608600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608600 is #9F79FF. Grayscale: #6B6B6B. Windows color (decimal): -10451456 or 34400. OLE color: 34400.

HSL color Cylindrical-coordinate representation of color #608600: hue angle of 77.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608600 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 0 -
CMYK 0.28 0 1 0.47
HSL 77.01º 1% 0.26% -
HSV(B) 77.01º 1% 0.53% -
XYZ 13.35 19.54 3.07 -
YUV 107.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 96 134 0 0.28 0 1 0.47 77.01 1 0.26
Hex 60 86 0 1C 0 64 2F 4D 64 1A
Octal 140 206 0 34 0 144 57 115 144 32
Binary 1100000 10000110 0 11100 0 1100100 101111 1001101 1100100 11010

Color Harmonies of #608600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608600

Black with #608600

Text Example


Text Example

White with #608600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608600; }

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

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

background-color css

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

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

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

border-color css

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

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

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