#73BD06

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

Shades of Christi #73BD06

Tints of Christi #73BD06

Color information

#73BD06 (or 0x73BD06) is unknown color: approx Christi. HEX triplet: 73, BD and 06. RGB value is (115,189,6). Sum of RGB (Red+Green+Blue) = 115+189+6=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BD06 is #8C42F9. Grayscale: #929292. Windows color (decimal): -9192186 or 441715. OLE color: 441715.

HSL color Cylindrical-coordinate representation of color #73BD06: hue angle of 84.26º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73BD06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1151896-
CMYK0.3900.970.26
HSL84.26º93.85%38.24%-
HSV(B)84.26º96.83%74.12%-
XYZ25.340.056.57-
YUV146.0148.98105.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 189 (74.22% from 255) = 60.97%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=37.10%
G=60.97%
B=1.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11518960.3900.970.2684.2693.8538.24
Hex73BD6270611A545e26
Octal16327564701413212413646
Binary111001110111101110100111011000011101010101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BD06; }

 p { color: rgb(115,189,6); }

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

<style>
 a { background-color: #73BD06; }

 a { background-color: rgb(115,189,6); }

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

<style>
 span { border-color: #73BD06; }

 span { border-color: rgb(115,189,6); }

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