Html Css Color HEX #608522 Olive Drab

📋 copy color: '#608522'

red 96 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #608522

Tints of Olive Drab #608522

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.57%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 36.5%
G = 50.57%
B = 12.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#608522 (or 0x608522) is known color: Olive Drab. HEX triplet: 60, 85 and 22. RGB value is (96,133,34). Sum of RGB (Red+Green+Blue) = 96+133+34=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #608522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608522 is #9F7ADD. Grayscale: #6F6F6F. Windows color (decimal): -10451678 or 2262368. OLE color: 2262368.

HSL color Cylindrical-coordinate representation of color #608522: hue angle of 82.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #608522 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 34 -
CMYK 0.28 0 0.74 0.48
HSL 82.42º 0.59% 0.33% -
HSV(B) 82.42º 0.74% 0.52% -
XYZ 13.5 19.38 4.54 -
YUV 110.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 96 133 34 0.28 0 0.74 0.48 82.42 0.59 0.33
Hex 60 85 22 1C 0 4A 30 52 3B 21
Octal 140 205 42 34 0 112 60 122 73 41
Binary 1100000 10000101 100010 11100 0 1001010 110000 1010010 111011 100001

Color Harmonies of #608522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608522

Black with #608522

Text Example


Text Example

White with #608522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608522; }

 p { color: rgb(96,133,34); }

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

background-color css

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

 a { background-color: rgb(96,133,34); }

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

border-color css

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

 span { border-color: rgb(96,133,34); }

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