Html Css Color HEX #7D860B Olive

📋 copy color: '#7D860B'

red 125 ◦ green 134 ◦ blue 11

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

Shades of Olive #7D860B

Tints of Olive #7D860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

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

R = 46.3%
G = 49.63%
B = 4.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#7D860B (or 0x7D860B) is known color: Olive. HEX triplet: 7D, 86 and 0B. RGB value is (125,134,11). Sum of RGB (Red+Green+Blue) = 125+134+11=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #7D860B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D860B is #8279F4. Grayscale: #757575. Windows color (decimal): -8550901 or 755325. OLE color: 755325.

HSL color Cylindrical-coordinate representation of color #7D860B: hue angle of 64.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D860B is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 11 -
CMYK 0.07 0 0.92 0.47
HSL 64.39º 0.85% 0.28% -
HSV(B) 64.39º 0.92% 0.53% -
XYZ 17.04 21.43 3.56 -
YUV 117.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 125 134 11 0.07 0 0.92 0.47 64.39 0.85 0.28
Hex 7D 86 B 7 0 5C 2F 40 55 1C
Octal 175 206 13 7 0 134 57 100 125 34
Binary 1111101 10000110 1011 111 0 1011100 101111 1000000 1010101 11100

Color Harmonies of #7D860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D860B

Black with #7D860B

Text Example


Text Example

White with #7D860B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,11); }

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

background-color css

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

 a { background-color: rgb(125,134,11); }

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

border-color css

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

 span { border-color: rgb(125,134,11); }

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