Html Css Color HEX #608C00 Olive Drab

📋 copy color: '#608C00'

red 96 ◦ green 140 ◦ blue 0

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

Shades of Olive Drab #608C00

Tints of Olive Drab #608C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 59.32%

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

R = 40.68%
G = 59.32%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#608C00 (or 0x608C00) is known color: Olive Drab. HEX triplet: 60, 8C and 00. RGB value is (96,140,0). Sum of RGB (Red+Green+Blue) = 96+140+0=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #608C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608C00 is #9F73FF. Grayscale: #6F6F6F. Windows color (decimal): -10449920 or 35936. OLE color: 35936.

HSL color Cylindrical-coordinate representation of color #608C00: hue angle of 78.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608C00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 140 0 -
CMYK 0.31 0 1 0.45
HSL 78.86º 1% 0.27% -
HSV(B) 78.86º 1% 0.55% -
XYZ 14.2 21.24 3.35 -
YUV 110.88 65.42 117.38 -
System Red Green Blue C M Y K H S L
Decimal 96 140 0 0.31 0 1 0.45 78.86 1 0.27
Hex 60 8C 0 1F 0 64 2D 4F 64 1B
Octal 140 214 0 37 0 144 55 117 144 33
Binary 1100000 10001100 0 11111 0 1100100 101101 1001111 1100100 11011

Color Harmonies of #608C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608C00

Black with #608C00

Text Example


Text Example

White with #608C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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