Html Css Color HEX #5D7F23 Olive Drab

📋 copy color: '#5D7F23'

red 93 ◦ green 127 ◦ blue 35

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

Shades of Olive Drab #5D7F23

Tints of Olive Drab #5D7F23

RGB

 RED value IS 93 (36.72% from 255) = 36.47%

 GREEN value IS 127 (50% from 255) = 49.8%

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

R = 36.47%
G = 49.8%
B = 13.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#5D7F23 (or 0x5D7F23) is known color: Olive Drab. HEX triplet: 5D, 7F and 23. RGB value is (93,127,35). Sum of RGB (Red+Green+Blue) = 93+127+35=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #5D7F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7F23 is #A280DC. Grayscale: #6A6A6A. Windows color (decimal): -10649821 or 2326365. OLE color: 2326365.

HSL color Cylindrical-coordinate representation of color #5D7F23: hue angle of 82.17º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D7F23 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 127 35 -
CMYK 0.27 0 0.72 0.50
HSL 82.17º 0.57% 0.32% -
HSV(B) 82.17º 0.72% 0.5% -
XYZ 12.41 17.63 4.34 -
YUV 106.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 93 127 35 0.27 0 0.72 0.50 82.17 0.57 0.32
Hex 5D 7F 23 1B 0 48 32 52 39 20
Octal 135 177 43 33 0 110 62 122 71 40
Binary 1011101 1111111 100011 11011 0 1001000 110010 1010010 111001 100000

Color Harmonies of #5D7F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7F23

Black with #5D7F23

Text Example


Text Example

White with #5D7F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D7F23; }

 p { color: rgb(93,127,35); }

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

background-color css

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

 a { background-color: rgb(93,127,35); }

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

border-color css

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

 span { border-color: rgb(93,127,35); }

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