Html Css Color HEX #608029 Olive Drab

📋 copy color: '#608029'

red 96 ◦ green 128 ◦ blue 41

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

Shades of Olive Drab #608029

Tints of Olive Drab #608029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 36.23%
G = 48.3%
B = 15.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#608029 (or 0x608029) is known color: Olive Drab. HEX triplet: 60, 80 and 29. RGB value is (96,128,41). Sum of RGB (Red+Green+Blue) = 96+128+41=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #608029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608029 is #9F7FD6. Grayscale: #6C6C6C. Windows color (decimal): -10452951 or 2719840. OLE color: 2719840.

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

Color convert

RGB 96 128 41 -
CMYK 0.25 0 0.68 0.50
HSL 82.07º 0.51% 0.33% -
HSV(B) 82.07º 0.68% 0.5% -
XYZ 12.94 18.09 4.91 -
YUV 108.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 96 128 41 0.25 0 0.68 0.50 82.07 0.51 0.33
Hex 60 80 29 19 0 44 32 52 33 21
Octal 140 200 51 31 0 104 62 122 63 41
Binary 1100000 10000000 101001 11001 0 1000100 110010 1010010 110011 100001

Color Harmonies of #608029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608029

Black with #608029

Text Example


Text Example

White with #608029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608029; }

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

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

background-color css

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

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

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

border-color css

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

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

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