Html Css Color HEX #72BB07 Christi

📋 copy color: '#72BB07'

red 114 ◦ green 187 ◦ blue 7

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

Shades of Christi #72BB07

Tints of Christi #72BB07

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.71%

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 37.01%
G = 60.71%
B = 2.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#72BB07 (or 0x72BB07) is known color: Christi. HEX triplet: 72, BB and 07. RGB value is (114,187,7). Sum of RGB (Red+Green+Blue) = 114+187+7=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BB07 is #8D44F8. Grayscale: #919191. Windows color (decimal): -9258233 or 506738. OLE color: 506738.

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

Color convert

RGB 114 187 7 -
CMYK 0.39 0 0.96 0.27
HSL 84.33º 0.93% 0.38% -
HSV(B) 84.33º 0.96% 0.73% -
XYZ 24.75 39.13 6.45 -
YUV 144.65 50.32 106.14 -
System Red Green Blue C M Y K H S L
Decimal 114 187 7 0.39 0 0.96 0.27 84.33 0.93 0.38
Hex 72 BB 7 27 0 60 1B 54 5D 26
Octal 162 273 7 47 0 140 33 124 135 46
Binary 1110010 10111011 111 100111 0 1100000 11011 1010100 1011101 100110

Color Harmonies of #72BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BB07

Black with #72BB07

Text Example


Text Example

White with #72BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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