#72A307

Color #72A307 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #72A307

Tints of Christi #72A307

Color information

#72A307 (or 0x72A307) is unknown color: approx Christi. HEX triplet: 72, A3 and 07. RGB value is (114,163,7). Sum of RGB (Red+Green+Blue) = 114+163+7=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #72A307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A307 is #8D5CF8. Grayscale: #838383. Windows color (decimal): -9264377 or 500594. OLE color: 500594.

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

Color convert

RGB1141637-
CMYK0.3000.960.36
HSL78.85º91.76%33.33%-
HSV(B)78.85º95.71%63.92%-
XYZ20.0729.794.89-
YUV130.5658.27116.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 7 (3.12% from 255) = 2.46%
R=40.14%
G=57.39%
B=2.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11416370.3000.960.3678.8591.7633.33
Hex72A371E060244f5c21
Octal16224373601404411713441
Binary111001010100011111111100110000010010010011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72A307;
 }
 .AnyTagClassName
 {
   color: #72A307;
 }
</style>
background-color css

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

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

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

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

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

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