Html Css Color HEX #7D8011 Olive

📋 copy color: '#7D8011'

red 125 ◦ green 128 ◦ blue 17

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

Shades of Olive #7D8011

Tints of Olive #7D8011

RGB

 RED value IS 125 (49.22% from 255) = 46.3%

 GREEN value IS 128 (50.39% from 255) = 47.41%

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 46.3%
G = 47.41%
B = 6.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7D8011 (or 0x7D8011) is known color: Olive. HEX triplet: 7D, 80 and 11. RGB value is (125,128,17). Sum of RGB (Red+Green+Blue) = 125+128+17=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #7D8011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8011 is #827FEE. Grayscale: #727272. Windows color (decimal): -8552431 or 1147005. OLE color: 1147005.

HSL color Cylindrical-coordinate representation of color #7D8011: hue angle of 61.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D8011 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 17 -
CMYK 0.02 0 0.87 0.50
HSL 61.62º 0.77% 0.28% -
HSV(B) 61.62º 0.87% 0.5% -
XYZ 16.28 19.84 3.5 -
YUV 114.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 125 128 17 0.02 0 0.87 0.50 61.62 0.77 0.28
Hex 7D 80 11 2 0 57 32 3E 4D 1C
Octal 175 200 21 2 0 127 62 76 115 34
Binary 1111101 10000000 10001 10 0 1010111 110010 111110 1001101 11100

Color Harmonies of #7D8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8011

Black with #7D8011

Text Example


Text Example

White with #7D8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8011; }

 p { color: rgb(125,128,17); }

 H1.HeaderClassName
 {
   color: #7D8011;
 }
 .AnyTagClassName
 {
   color: #7D8011;
 }
</style>

background-color css

<style>
 a { background-color: #7D8011; }

 a { background-color: rgb(125,128,17); }

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

border-color css

<style>
 span { border-color: #7D8011; }

 span { border-color: rgb(125,128,17); }

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