Html Css Color HEX #72BA09 Christi

📋 copy color: '#72BA09'

red 114 ◦ green 186 ◦ blue 9

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

Shades of Christi #72BA09

Tints of Christi #72BA09

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 36.89%
G = 60.19%
B = 2.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#72BA09 (or 0x72BA09) is known color: Christi. HEX triplet: 72, BA and 09. RGB value is (114,186,9). Sum of RGB (Red+Green+Blue) = 114+186+9=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BA09 is #8D45F6. Grayscale: #909090. Windows color (decimal): -9258487 or 637554. OLE color: 637554.

HSL color Cylindrical-coordinate representation of color #72BA09: hue angle of 84.41º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72BA09 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 9 -
CMYK 0.39 0 0.95 0.27
HSL 84.41º 0.91% 0.38% -
HSV(B) 84.41º 0.95% 0.73% -
XYZ 24.55 38.71 6.44 -
YUV 144.29 51.65 106.39 -
System Red Green Blue C M Y K H S L
Decimal 114 186 9 0.39 0 0.95 0.27 84.41 0.91 0.38
Hex 72 BA 9 27 0 5F 1B 54 5B 26
Octal 162 272 11 47 0 137 33 124 133 46
Binary 1110010 10111010 1001 100111 0 1011111 11011 1010100 1011011 100110

Color Harmonies of #72BA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA09

Black with #72BA09

Text Example


Text Example

White with #72BA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,9); }

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

background-color css

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

 a { background-color: rgb(114,186,9); }

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

border-color css

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

 span { border-color: rgb(114,186,9); }

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