Html Css Color HEX #7EA901 Christi

📋 copy color: '#7EA901'

red 126 ◦ green 169 ◦ blue 1

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

Shades of Christi #7EA901

Tints of Christi #7EA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.09%

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

R = 42.57%
G = 57.09%
B = 0.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#7EA901 (or 0x7EA901) is known color: Christi. HEX triplet: 7E, A9 and 01. RGB value is (126,169,1). Sum of RGB (Red+Green+Blue) = 126+169+1=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA901 is #8156FE. Grayscale: #898989. Windows color (decimal): -8476415 or 108926. OLE color: 108926.

HSL color Cylindrical-coordinate representation of color #7EA901: hue angle of 75.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EA901 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 126 169 1 -
CMYK 0.25 0 0.99 0.34
HSL 75.36º 0.99% 0.33% -
HSV(B) 75.36º 0.99% 0.66% -
XYZ 22.8 32.81 5.16 -
YUV 136.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 126 169 1 0.25 0 0.99 0.34 75.36 0.99 0.33
Hex 7E A9 1 19 0 63 22 4B 63 21
Octal 176 251 1 31 0 143 42 113 143 41
Binary 1111110 10101001 1 11001 0 1100011 100010 1001011 1100011 100001

Color Harmonies of #7EA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA901

Black with #7EA901

Text Example


Text Example

White with #7EA901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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