Html Css Color HEX #7E930D Olive

📋 copy color: '#7E930D'

red 126 ◦ green 147 ◦ blue 13

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

Shades of Olive #7E930D

Tints of Olive #7E930D

RGB

 RED value IS 126 (49.61% from 255) = 44.06%

 GREEN value IS 147 (57.81% from 255) = 51.4%

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

R = 44.06%
G = 51.4%
B = 4.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7E930D (or 0x7E930D) is known color: Olive. HEX triplet: 7E, 93 and 0D. RGB value is (126,147,13). Sum of RGB (Red+Green+Blue) = 126+147+13=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #7E930D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E930D is #816CF2. Grayscale: #7D7D7D. Windows color (decimal): -8482035 or 889726. OLE color: 889726.

HSL color Cylindrical-coordinate representation of color #7E930D: hue angle of 69.4º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E930D is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 147 13 -
CMYK 0.14 0 0.91 0.42
HSL 69.4º 0.84% 0.31% -
HSV(B) 69.4º 0.91% 0.58% -
XYZ 19.11 25.33 4.26 -
YUV 125.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 126 147 13 0.14 0 0.91 0.42 69.4 0.84 0.31
Hex 7E 93 D E 0 5B 2A 45 54 1F
Octal 176 223 15 16 0 133 52 105 124 37
Binary 1111110 10010011 1101 1110 0 1011011 101010 1000101 1010100 11111

Color Harmonies of #7E930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E930D

Black with #7E930D

Text Example


Text Example

White with #7E930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,147,13); }

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

background-color css

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

 a { background-color: rgb(126,147,13); }

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

border-color css

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

 span { border-color: rgb(126,147,13); }

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