Html Css Color HEX #75950E Olive Drab

📋 copy color: '#75950E'

red 117 ◦ green 149 ◦ blue 14

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

Shades of Olive Drab #75950E

Tints of Olive Drab #75950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.21%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 41.79%
G = 53.21%
B = 5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#75950E (or 0x75950E) is known color: Olive Drab. HEX triplet: 75, 95 and 0E. RGB value is (117,149,14). Sum of RGB (Red+Green+Blue) = 117+149+14=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #75950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75950E is #8A6AF1. Grayscale: #7C7C7C. Windows color (decimal): -9071346 or 955765. OLE color: 955765.

HSL color Cylindrical-coordinate representation of color #75950E: hue angle of 74.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75950E is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 14 -
CMYK 0.21 0 0.91 0.42
HSL 74.22º 0.83% 0.32% -
HSV(B) 74.22º 0.91% 0.58% -
XYZ 18.16 25.31 4.34 -
YUV 124.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 117 149 14 0.21 0 0.91 0.42 74.22 0.83 0.32
Hex 75 95 E 15 0 5B 2A 4A 53 20
Octal 165 225 16 25 0 133 52 112 123 40
Binary 1110101 10010101 1110 10101 0 1011011 101010 1001010 1010011 100000

Color Harmonies of #75950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75950E

Black with #75950E

Text Example


Text Example

White with #75950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75950E; }

 p { color: rgb(117,149,14); }

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

background-color css

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

 a { background-color: rgb(117,149,14); }

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

border-color css

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

 span { border-color: rgb(117,149,14); }

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