Html Css Color HEX #608323 Olive Drab

📋 copy color: '#608323'

red 96 ◦ green 131 ◦ blue 35

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

Shades of Olive Drab #608323

Tints of Olive Drab #608323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 36.64%
G = 50%
B = 13.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#608323 (or 0x608323) is known color: Olive Drab. HEX triplet: 60, 83 and 23. RGB value is (96,131,35). Sum of RGB (Red+Green+Blue) = 96+131+35=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #608323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608323 is #9F7CDC. Grayscale: #6D6D6D. Windows color (decimal): -10452189 or 2327392. OLE color: 2327392.

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

Color convert

RGB 96 131 35 -
CMYK 0.27 0 0.73 0.49
HSL 81.87º 0.58% 0.33% -
HSV(B) 81.87º 0.73% 0.51% -
XYZ 13.24 18.84 4.53 -
YUV 109.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 96 131 35 0.27 0 0.73 0.49 81.87 0.58 0.33
Hex 60 83 23 1B 0 49 31 52 3A 21
Octal 140 203 43 33 0 111 61 122 72 41
Binary 1100000 10000011 100011 11011 0 1001001 110001 1010010 111010 100001

Color Harmonies of #608323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608323

Black with #608323

Text Example


Text Example

White with #608323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608323; }

 p { color: rgb(96,131,35); }

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

background-color css

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

 a { background-color: rgb(96,131,35); }

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

border-color css

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

 span { border-color: rgb(96,131,35); }

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