Html Css Color HEX #7C860D Olive

📋 copy color: '#7C860D'

red 124 ◦ green 134 ◦ blue 13

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

Shades of Olive #7C860D

Tints of Olive #7C860D

RGB

 RED value IS 124 (48.83% from 255) = 45.76%

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

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

R = 45.76%
G = 49.45%
B = 4.8%

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

#7C860D (or 0x7C860D) is known color: Olive. HEX triplet: 7C, 86 and 0D. RGB value is (124,134,13). Sum of RGB (Red+Green+Blue) = 124+134+13=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #7C860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C860D is #8379F2. Grayscale: #757575. Windows color (decimal): -8616435 or 886396. OLE color: 886396.

HSL color Cylindrical-coordinate representation of color #7C860D: hue angle of 64.96º 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 #7C860D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 134 13 -
CMYK 0.07 0 0.90 0.47
HSL 64.96º 0.82% 0.29% -
HSV(B) 64.96º 0.9% 0.53% -
XYZ 16.91 21.36 3.61 -
YUV 117.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 124 134 13 0.07 0 0.90 0.47 64.96 0.82 0.29
Hex 7C 86 D 7 0 5A 2F 41 52 1D
Octal 174 206 15 7 0 132 57 101 122 35
Binary 1111100 10000110 1101 111 0 1011010 101111 1000001 1010010 11101

Color Harmonies of #7C860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C860D

Black with #7C860D

Text Example


Text Example

White with #7C860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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