Html Css Color HEX #608228 Olive Drab

📋 copy color: '#608228'

red 96 ◦ green 130 ◦ blue 40

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

Shades of Olive Drab #608228

Tints of Olive Drab #608228

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 36.09%
G = 48.87%
B = 15.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#608228 (or 0x608228) is known color: Olive Drab. HEX triplet: 60, 82 and 28. RGB value is (96,130,40). Sum of RGB (Red+Green+Blue) = 96+130+40=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #608228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608228 is #9F7DD7. Grayscale: #6D6D6D. Windows color (decimal): -10452440 or 2654816. OLE color: 2654816.

HSL color Cylindrical-coordinate representation of color #608228: hue angle of 82.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #608228 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 40 -
CMYK 0.26 0 0.69 0.49
HSL 82.67º 0.53% 0.33% -
HSV(B) 82.67º 0.69% 0.51% -
XYZ 13.19 18.61 4.9 -
YUV 109.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 96 130 40 0.26 0 0.69 0.49 82.67 0.53 0.33
Hex 60 82 28 1A 0 45 31 53 35 21
Octal 140 202 50 32 0 105 61 123 65 41
Binary 1100000 10000010 101000 11010 0 1000101 110001 1010011 110101 100001

Color Harmonies of #608228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608228

Black with #608228

Text Example


Text Example

White with #608228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608228; }

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

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

background-color css

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

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

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

border-color css

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

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

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