Html Css Color HEX #72B614 Christi

📋 copy color: '#72B614'

red 114 ◦ green 182 ◦ blue 20

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

Shades of Christi #72B614

Tints of Christi #72B614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.59%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 36.08%
G = 57.59%
B = 6.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#72B614 (or 0x72B614) is known color: Christi. HEX triplet: 72, B6 and 14. RGB value is (114,182,20). Sum of RGB (Red+Green+Blue) = 114+182+20=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #72B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B614 is #8D49EB. Grayscale: #8F8F8F. Windows color (decimal): -9259500 or 1357426. OLE color: 1357426.

HSL color Cylindrical-coordinate representation of color #72B614: hue angle of 85.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72B614 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 182 20 -
CMYK 0.37 0 0.89 0.29
HSL 85.19º 0.8% 0.4% -
HSV(B) 85.19º 0.89% 0.71% -
XYZ 23.79 37.08 6.57 -
YUV 143.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 114 182 20 0.37 0 0.89 0.29 85.19 0.8 0.4
Hex 72 B6 14 25 0 59 1D 55 50 28
Octal 162 266 24 45 0 131 35 125 120 50
Binary 1110010 10110110 10100 100101 0 1011001 11101 1010101 1010000 101000

Color Harmonies of #72B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B614

Black with #72B614

Text Example


Text Example

White with #72B614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,182,20); }

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

background-color css

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

 a { background-color: rgb(114,182,20); }

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

border-color css

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

 span { border-color: rgb(114,182,20); }

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