Html Css Color HEX #7C920E Olive

📋 copy color: '#7C920E'

red 124 ◦ green 146 ◦ blue 14

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

Shades of Olive #7C920E

Tints of Olive #7C920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

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

R = 43.66%
G = 51.41%
B = 4.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#7C920E (or 0x7C920E) is known color: Olive. HEX triplet: 7C, 92 and 0E. RGB value is (124,146,14). Sum of RGB (Red+Green+Blue) = 124+146+14=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #7C920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C920E is #836DF1. Grayscale: #7C7C7C. Windows color (decimal): -8613362 or 955004. OLE color: 955004.

HSL color Cylindrical-coordinate representation of color #7C920E: hue angle of 70º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C920E is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 146 14 -
CMYK 0.15 0 0.90 0.43
HSL 70º 0.83% 0.31% -
HSV(B) 70º 0.9% 0.57% -
XYZ 18.67 24.87 4.23 -
YUV 124.37 65.71 127.73 -
System Red Green Blue C M Y K H S L
Decimal 124 146 14 0.15 0 0.90 0.43 70 0.83 0.31
Hex 7C 92 E F 0 5A 2B 46 52 1F
Octal 174 222 16 17 0 132 53 106 122 37
Binary 1111100 10010010 1110 1111 0 1011010 101011 1000110 1010010 11111

Color Harmonies of #7C920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C920E

Black with #7C920E

Text Example


Text Example

White with #7C920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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