Html Css Color HEX #7DAB01 Christi

📋 copy color: '#7DAB01'

red 125 ◦ green 171 ◦ blue 1

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

Shades of Christi #7DAB01

Tints of Christi #7DAB01

RGB

 RED value IS 125 (49.22% from 255) = 42.09%

 GREEN value IS 171 (67.19% from 255) = 57.58%

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

R = 42.09%
G = 57.58%
B = 0.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#7DAB01 (or 0x7DAB01) is known color: Christi. HEX triplet: 7D, AB and 01. RGB value is (125,171,1). Sum of RGB (Red+Green+Blue) = 125+171+1=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAB01 is #8254FE. Grayscale: #8A8A8A. Windows color (decimal): -8541439 or 109437. OLE color: 109437.

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

Color convert

RGB 125 171 1 -
CMYK 0.27 0 0.99 0.33
HSL 76.24º 0.99% 0.34% -
HSV(B) 76.24º 0.99% 0.67% -
XYZ 23.03 33.49 5.28 -
YUV 137.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 125 171 1 0.27 0 0.99 0.33 76.24 0.99 0.34
Hex 7D AB 1 1B 0 63 21 4C 63 22
Octal 175 253 1 33 0 143 41 114 143 42
Binary 1111101 10101011 1 11011 0 1100011 100001 1001100 1100011 100010

Color Harmonies of #7DAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB01

Black with #7DAB01

Text Example


Text Example

White with #7DAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,1); }

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

background-color css

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

 a { background-color: rgb(125,171,1); }

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

border-color css

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

 span { border-color: rgb(125,171,1); }

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