Html Css Color HEX #7C870E Olive

📋 copy color: '#7C870E'

red 124 ◦ green 135 ◦ blue 14

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

Shades of Olive #7C870E

Tints of Olive #7C870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 45.42%
G = 49.45%
B = 5.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#7C870E (or 0x7C870E) is known color: Olive. HEX triplet: 7C, 87 and 0E. RGB value is (124,135,14). Sum of RGB (Red+Green+Blue) = 124+135+14=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #7C870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C870E is #8378F1. Grayscale: #767676. Windows color (decimal): -8616178 or 952188. OLE color: 952188.

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

Color convert

RGB 124 135 14 -
CMYK 0.08 0 0.90 0.47
HSL 65.45º 0.81% 0.29% -
HSV(B) 65.45º 0.9% 0.53% -
XYZ 17.06 21.64 3.69 -
YUV 117.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 124 135 14 0.08 0 0.90 0.47 65.45 0.81 0.29
Hex 7C 87 E 8 0 5A 2F 41 51 1D
Octal 174 207 16 10 0 132 57 101 121 35
Binary 1111100 10000111 1110 1000 0 1011010 101111 1000001 1010001 11101

Color Harmonies of #7C870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C870E

Black with #7C870E

Text Example


Text Example

White with #7C870E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,135,14); }

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

background-color css

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

 a { background-color: rgb(124,135,14); }

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

border-color css

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

 span { border-color: rgb(124,135,14); }

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