Html Css Color HEX #608000 Olive

📋 copy color: '#608000'

red 96 ◦ green 128 ◦ blue 0

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

Shades of Olive #608000

Tints of Olive #608000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.14%

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

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#608000 (or 0x608000) is known color: Olive. HEX triplet: 60, 80 and 00. RGB value is (96,128,0). Sum of RGB (Red+Green+Blue) = 96+128+0=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #608000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608000 is #9F7FFF. Grayscale: #686868. Windows color (decimal): -10452992 or 32864. OLE color: 32864.

HSL color Cylindrical-coordinate representation of color #608000: hue angle of 75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #608000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 0 -
CMYK 0.25 0 1 0.50
HSL 75º 1% 0.25% -
HSV(B) 75º 1% 0.5% -
XYZ 12.54 17.93 2.8 -
YUV 103.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 96 128 0 0.25 0 1 0.50 75 1 0.25
Hex 60 80 0 19 0 64 32 4B 64 19
Octal 140 200 0 31 0 144 62 113 144 31
Binary 1100000 10000000 0 11001 0 1100100 110010 1001011 1100100 11001

Color Harmonies of #608000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608000

Black with #608000

Text Example


Text Example

White with #608000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608000; }

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

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

background-color css

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

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

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

border-color css

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

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

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