Html Css Color HEX #758A1C Olive Drab

📋 copy color: '#758A1C'

red 117 ◦ green 138 ◦ blue 28

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

Shades of Olive Drab #758A1C

Tints of Olive Drab #758A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.76%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 41.34%
G = 48.76%
B = 9.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#758A1C (or 0x758A1C) is known color: Olive Drab. HEX triplet: 75, 8A and 1C. RGB value is (117,138,28). Sum of RGB (Red+Green+Blue) = 117+138+28=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #758A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A1C is #8A75E3. Grayscale: #777777. Windows color (decimal): -9074148 or 1870453. OLE color: 1870453.

HSL color Cylindrical-coordinate representation of color #758A1C: hue angle of 71.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #758A1C is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 28 -
CMYK 0.15 0 0.80 0.46
HSL 71.45º 0.66% 0.33% -
HSV(B) 71.45º 0.8% 0.54% -
XYZ 16.63 22.04 4.48 -
YUV 119.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 117 138 28 0.15 0 0.80 0.46 71.45 0.66 0.33
Hex 75 8A 1C F 0 50 2E 47 42 21
Octal 165 212 34 17 0 120 56 107 102 41
Binary 1110101 10001010 11100 1111 0 1010000 101110 1000111 1000010 100001

Color Harmonies of #758A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A1C

Black with #758A1C

Text Example


Text Example

White with #758A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,28); }

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

background-color css

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

 a { background-color: rgb(117,138,28); }

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

border-color css

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

 span { border-color: rgb(117,138,28); }

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