Html Css Color HEX #75940B Olive Drab

📋 copy color: '#75940B'

red 117 ◦ green 148 ◦ blue 11

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

Shades of Olive Drab #75940B

Tints of Olive Drab #75940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 42.39%
G = 53.62%
B = 3.99%

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

#75940B (or 0x75940B) is known color: Olive Drab. HEX triplet: 75, 94 and 0B. RGB value is (117,148,11). Sum of RGB (Red+Green+Blue) = 117+148+11=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #75940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75940B is #8A6BF4. Grayscale: #7B7B7B. Windows color (decimal): -9071605 or 758901. OLE color: 758901.

HSL color Cylindrical-coordinate representation of color #75940B: hue angle of 73.58º degrees, saturation: 0.86, 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 #75940B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 11 -
CMYK 0.21 0 0.93 0.42
HSL 73.58º 0.86% 0.31% -
HSV(B) 73.58º 0.93% 0.58% -
XYZ 17.99 24.99 4.19 -
YUV 123.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 117 148 11 0.21 0 0.93 0.42 73.58 0.86 0.31
Hex 75 94 B 15 0 5D 2A 4A 56 1F
Octal 165 224 13 25 0 135 52 112 126 37
Binary 1110101 10010100 1011 10101 0 1011101 101010 1001010 1010110 11111

Color Harmonies of #75940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75940B

Black with #75940B

Text Example


Text Example

White with #75940B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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