Html Css Color HEX #72A301 Christi

📋 copy color: '#72A301'

red 114 ◦ green 163 ◦ blue 1

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

Shades of Christi #72A301

Tints of Christi #72A301

RGB

 RED value IS 114 (44.92% from 255) = 41.01%

 GREEN value IS 163 (64.06% from 255) = 58.63%

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

R = 41.01%
G = 58.63%
B = 0.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#72A301 (or 0x72A301) is known color: Christi. HEX triplet: 72, A3 and 01. RGB value is (114,163,1). Sum of RGB (Red+Green+Blue) = 114+163+1=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #72A301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A301 is #8D5CFE. Grayscale: #828282. Windows color (decimal): -9264383 or 107378. OLE color: 107378.

HSL color Cylindrical-coordinate representation of color #72A301: hue angle of 78.15º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72A301 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 163 1 -
CMYK 0.30 0 0.99 0.36
HSL 78.15º 0.99% 0.32% -
HSV(B) 78.15º 0.99% 0.64% -
XYZ 20.04 29.77 4.72 -
YUV 129.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 114 163 1 0.30 0 0.99 0.36 78.15 0.99 0.32
Hex 72 A3 1 1E 0 63 24 4E 63 20
Octal 162 243 1 36 0 143 44 116 143 40
Binary 1110010 10100011 1 11110 0 1100011 100100 1001110 1100011 100000

Color Harmonies of #72A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A301

Black with #72A301

Text Example


Text Example

White with #72A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A301; }

 p { color: rgb(114,163,1); }

 H1.HeaderClassName
 {
   color: #72A301;
 }
 .AnyTagClassName
 {
   color: #72A301;
 }
</style>

background-color css

<style>
 a { background-color: #72A301; }

 a { background-color: rgb(114,163,1); }

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

border-color css

<style>
 span { border-color: #72A301; }

 span { border-color: rgb(114,163,1); }

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