Html Css Color HEX #73BC06 Christi

📋 copy color: '#73BC06'

red 115 ◦ green 188 ◦ blue 6

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

Shades of Christi #73BC06

Tints of Christi #73BC06

RGB

 RED value IS 115 (45.31% from 255) = 37.22%

 GREEN value IS 188 (73.83% from 255) = 60.84%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 37.22%
G = 60.84%
B = 1.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#73BC06 (or 0x73BC06) is known color: Christi. HEX triplet: 73, BC and 06. RGB value is (115,188,6). Sum of RGB (Red+Green+Blue) = 115+188+6=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73BC06 is #8C43F9. Grayscale: #929292. Windows color (decimal): -9192442 or 441459. OLE color: 441459.

HSL color Cylindrical-coordinate representation of color #73BC06: hue angle of 84.07º 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 #73BC06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 188 6 -
CMYK 0.39 0 0.97 0.26
HSL 84.07º 0.94% 0.38% -
HSV(B) 84.07º 0.97% 0.74% -
XYZ 25.09 39.62 6.5 -
YUV 145.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 115 188 6 0.39 0 0.97 0.26 84.07 0.94 0.38
Hex 73 BC 6 27 0 61 1A 54 5E 26
Octal 163 274 6 47 0 141 32 124 136 46
Binary 1110011 10111100 110 100111 0 1100001 11010 1010100 1011110 100110

Color Harmonies of #73BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC06

Black with #73BC06

Text Example


Text Example

White with #73BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73BC06;
 }
 .AnyTagClassName
 {
   color: #73BC06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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