Html Css Color HEX #608422 Olive Drab

📋 copy color: '#608422'

red 96 ◦ green 132 ◦ blue 34

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

Shades of Olive Drab #608422

Tints of Olive Drab #608422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

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

R = 36.64%
G = 50.38%
B = 12.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#608422 (or 0x608422) is known color: Olive Drab. HEX triplet: 60, 84 and 22. RGB value is (96,132,34). Sum of RGB (Red+Green+Blue) = 96+132+34=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #608422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608422 is #9F7BDD. Grayscale: #6E6E6E. Windows color (decimal): -10451934 or 2262112. OLE color: 2262112.

HSL color Cylindrical-coordinate representation of color #608422: hue angle of 82.04º 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 #608422 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 34 -
CMYK 0.27 0 0.74 0.48
HSL 82.04º 0.59% 0.33% -
HSV(B) 82.04º 0.74% 0.52% -
XYZ 13.36 19.1 4.5 -
YUV 110.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 96 132 34 0.27 0 0.74 0.48 82.04 0.59 0.33
Hex 60 84 22 1B 0 4A 30 52 3B 21
Octal 140 204 42 33 0 112 60 122 73 41
Binary 1100000 10000100 100010 11011 0 1001010 110000 1010010 111011 100001

Color Harmonies of #608422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608422

Black with #608422

Text Example


Text Example

White with #608422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608422; }

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

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

background-color css

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

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

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

border-color css

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

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

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