Html Css Color HEX #608028 Olive Drab

📋 copy color: '#608028'

red 96 ◦ green 128 ◦ blue 40

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

Shades of Olive Drab #608028

Tints of Olive Drab #608028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 36.36%
G = 48.48%
B = 15.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#608028 (or 0x608028) is known color: Olive Drab. HEX triplet: 60, 80 and 28. RGB value is (96,128,40). Sum of RGB (Red+Green+Blue) = 96+128+40=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #608028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608028 is #9F7FD7. Grayscale: #6C6C6C. Windows color (decimal): -10452952 or 2654304. OLE color: 2654304.

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

Color convert

RGB 96 128 40 -
CMYK 0.25 0 0.69 0.50
HSL 81.82º 0.52% 0.33% -
HSV(B) 81.82º 0.69% 0.5% -
XYZ 12.93 18.08 4.82 -
YUV 108.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 96 128 40 0.25 0 0.69 0.50 81.82 0.52 0.33
Hex 60 80 28 19 0 45 32 52 34 21
Octal 140 200 50 31 0 105 62 122 64 41
Binary 1100000 10000000 101000 11001 0 1000101 110010 1010010 110100 100001

Color Harmonies of #608028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608028

Black with #608028

Text Example


Text Example

White with #608028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608028; }

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

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

background-color css

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

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

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

border-color css

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

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

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