Html Css Color HEX #7E9001 Olive

📋 copy color: '#7E9001'

red 126 ◦ green 144 ◦ blue 1

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

Shades of Olive #7E9001

Tints of Olive #7E9001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.14%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 46.49%
G = 53.14%
B = 0.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#7E9001 (or 0x7E9001) is known color: Olive. HEX triplet: 7E, 90 and 01. RGB value is (126,144,1). Sum of RGB (Red+Green+Blue) = 126+144+1=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9001 is #816FFE. Grayscale: #7A7A7A. Windows color (decimal): -8482815 or 102526. OLE color: 102526.

HSL color Cylindrical-coordinate representation of color #7E9001: hue angle of 67.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9001 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 144 1 -
CMYK 0.12 0 0.99 0.44
HSL 67.55º 0.99% 0.28% -
HSV(B) 67.55º 0.99% 0.56% -
XYZ 18.58 24.38 3.76 -
YUV 122.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 126 144 1 0.12 0 0.99 0.44 67.55 0.99 0.28
Hex 7E 90 1 C 0 63 2C 44 63 1C
Octal 176 220 1 14 0 143 54 104 143 34
Binary 1111110 10010000 1 1100 0 1100011 101100 1000100 1100011 11100

Color Harmonies of #7E9001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9001

Black with #7E9001

Text Example


Text Example

White with #7E9001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,144,1); }

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

background-color css

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

 a { background-color: rgb(126,144,1); }

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

border-color css

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

 span { border-color: rgb(126,144,1); }

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