Html Css Color HEX #75940A Olive Drab

📋 copy color: '#75940A'

red 117 ◦ green 148 ◦ blue 10

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

Shades of Olive Drab #75940A

Tints of Olive Drab #75940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 42.55%
G = 53.82%
B = 3.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#75940A (or 0x75940A) is known color: Olive Drab. HEX triplet: 75, 94 and 0A. RGB value is (117,148,10). Sum of RGB (Red+Green+Blue) = 117+148+10=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #75940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75940A is #8A6BF5. Grayscale: #7B7B7B. Windows color (decimal): -9071606 or 693365. OLE color: 693365.

HSL color Cylindrical-coordinate representation of color #75940A: hue angle of 73.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75940A is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 10 -
CMYK 0.21 0 0.93 0.42
HSL 73.48º 0.87% 0.31% -
HSV(B) 73.48º 0.93% 0.58% -
XYZ 17.98 24.98 4.16 -
YUV 123 64.23 123.72 -
System Red Green Blue C M Y K H S L
Decimal 117 148 10 0.21 0 0.93 0.42 73.48 0.87 0.31
Hex 75 94 A 15 0 5D 2A 49 57 1F
Octal 165 224 12 25 0 135 52 111 127 37
Binary 1110101 10010100 1010 10101 0 1011101 101010 1001001 1010111 11111

Color Harmonies of #75940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75940A

Black with #75940A

Text Example


Text Example

White with #75940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75940A; }

 p { color: rgb(117,148,10); }

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

background-color css

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

 a { background-color: rgb(117,148,10); }

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

border-color css

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

 span { border-color: rgb(117,148,10); }

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