Html Css Color HEX #758C17 Olive Drab

📋 copy color: '#758C17'

red 117 ◦ green 140 ◦ blue 23

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

Shades of Olive Drab #758C17

Tints of Olive Drab #758C17

RGB

 RED value IS 117 (46.09% from 255) = 41.79%

 GREEN value IS 140 (55.08% from 255) = 50%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 41.79%
G = 50%
B = 8.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#758C17 (or 0x758C17) is known color: Olive Drab. HEX triplet: 75, 8C and 17. RGB value is (117,140,23). Sum of RGB (Red+Green+Blue) = 117+140+23=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #758C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C17 is #8A73E8. Grayscale: #787878. Windows color (decimal): -9073641 or 1543285. OLE color: 1543285.

HSL color Cylindrical-coordinate representation of color #758C17: hue angle of 71.79º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #758C17 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 23 -
CMYK 0.16 0 0.84 0.45
HSL 71.79º 0.72% 0.32% -
HSV(B) 71.79º 0.84% 0.55% -
XYZ 16.87 22.6 4.28 -
YUV 119.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 117 140 23 0.16 0 0.84 0.45 71.79 0.72 0.32
Hex 75 8C 17 10 0 54 2D 48 48 20
Octal 165 214 27 20 0 124 55 110 110 40
Binary 1110101 10001100 10111 10000 0 1010100 101101 1001000 1001000 100000

Color Harmonies of #758C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C17

Black with #758C17

Text Example


Text Example

White with #758C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C17; }

 p { color: rgb(117,140,23); }

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

background-color css

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

 a { background-color: rgb(117,140,23); }

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

border-color css

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

 span { border-color: rgb(117,140,23); }

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