Html Css Color HEX #7D880A Olive

📋 copy color: '#7D880A'

red 125 ◦ green 136 ◦ blue 10

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

Shades of Olive #7D880A

Tints of Olive #7D880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

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

R = 46.13%
G = 50.18%
B = 3.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#7D880A (or 0x7D880A) is known color: Olive. HEX triplet: 7D, 88 and 0A. RGB value is (125,136,10). Sum of RGB (Red+Green+Blue) = 125+136+10=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #7D880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D880A is #8277F5. Grayscale: #767676. Windows color (decimal): -8550390 or 690301. OLE color: 690301.

HSL color Cylindrical-coordinate representation of color #7D880A: hue angle of 65.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D880A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 10 -
CMYK 0.08 0 0.93 0.47
HSL 65.24º 0.86% 0.29% -
HSV(B) 65.24º 0.93% 0.53% -
XYZ 17.32 21.99 3.62 -
YUV 118.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 125 136 10 0.08 0 0.93 0.47 65.24 0.86 0.29
Hex 7D 88 A 8 0 5D 2F 41 56 1D
Octal 175 210 12 10 0 135 57 101 126 35
Binary 1111101 10001000 1010 1000 0 1011101 101111 1000001 1010110 11101

Color Harmonies of #7D880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D880A

Black with #7D880A

Text Example


Text Example

White with #7D880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,10); }

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

background-color css

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

 a { background-color: rgb(125,136,10); }

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

border-color css

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

 span { border-color: rgb(125,136,10); }

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