Html Css Color HEX #7D860D Olive

📋 copy color: '#7D860D'

red 125 ◦ green 134 ◦ blue 13

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

Shades of Olive #7D860D

Tints of Olive #7D860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 45.96%
G = 49.26%
B = 4.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#7D860D (or 0x7D860D) is known color: Olive. HEX triplet: 7D, 86 and 0D. RGB value is (125,134,13). Sum of RGB (Red+Green+Blue) = 125+134+13=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #7D860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D860D is #8279F2. Grayscale: #757575. Windows color (decimal): -8550899 or 886397. OLE color: 886397.

HSL color Cylindrical-coordinate representation of color #7D860D: hue angle of 64.46º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D860D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 13 -
CMYK 0.07 0 0.90 0.47
HSL 64.46º 0.82% 0.29% -
HSV(B) 64.46º 0.9% 0.53% -
XYZ 17.06 21.44 3.62 -
YUV 117.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 125 134 13 0.07 0 0.90 0.47 64.46 0.82 0.29
Hex 7D 86 D 7 0 5A 2F 40 52 1D
Octal 175 206 15 7 0 132 57 100 122 35
Binary 1111101 10000110 1101 111 0 1011010 101111 1000000 1010010 11101

Color Harmonies of #7D860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D860D

Black with #7D860D

Text Example


Text Example

White with #7D860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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