Html Css Color HEX #608523 Olive Drab

📋 copy color: '#608523'

red 96 ◦ green 133 ◦ blue 35

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

Shades of Olive Drab #608523

Tints of Olive Drab #608523

RGB

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

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

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

R = 36.36%
G = 50.38%
B = 13.26%

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

#608523 (or 0x608523) is known color: Olive Drab. HEX triplet: 60, 85 and 23. RGB value is (96,133,35). Sum of RGB (Red+Green+Blue) = 96+133+35=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #608523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608523 is #9F7ADC. Grayscale: #6F6F6F. Windows color (decimal): -10451677 or 2327904. OLE color: 2327904.

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

Color convert

RGB 96 133 35 -
CMYK 0.28 0 0.74 0.48
HSL 82.65º 0.58% 0.33% -
HSV(B) 82.65º 0.74% 0.52% -
XYZ 13.51 19.38 4.62 -
YUV 110.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 96 133 35 0.28 0 0.74 0.48 82.65 0.58 0.33
Hex 60 85 23 1C 0 4A 30 53 3A 21
Octal 140 205 43 34 0 112 60 123 72 41
Binary 1100000 10000101 100011 11100 0 1001010 110000 1010011 111010 100001

Color Harmonies of #608523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608523

Black with #608523

Text Example


Text Example

White with #608523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608523; }

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

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

background-color css

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

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

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

border-color css

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

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

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