Html Css Color HEX #73B014 Christi

📋 copy color: '#73B014'

red 115 ◦ green 176 ◦ blue 20

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

Shades of Christi #73B014

Tints of Christi #73B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.59%

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

R = 36.98%
G = 56.59%
B = 6.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#73B014 (or 0x73B014) is known color: Christi. HEX triplet: 73, B0 and 14. RGB value is (115,176,20). Sum of RGB (Red+Green+Blue) = 115+176+20=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #73B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73B014 is #8C4FEB. Grayscale: #8C8C8C. Windows color (decimal): -9195500 or 1355891. OLE color: 1355891.

HSL color Cylindrical-coordinate representation of color #73B014: hue angle of 83.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73B014 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 20 -
CMYK 0.35 0 0.89 0.31
HSL 83.46º 0.8% 0.38% -
HSV(B) 83.46º 0.89% 0.69% -
XYZ 22.72 34.75 6.17 -
YUV 139.98 60.29 110.18 -
System Red Green Blue C M Y K H S L
Decimal 115 176 20 0.35 0 0.89 0.31 83.46 0.8 0.38
Hex 73 B0 14 23 0 59 1F 53 50 26
Octal 163 260 24 43 0 131 37 123 120 46
Binary 1110011 10110000 10100 100011 0 1011001 11111 1010011 1010000 100110

Color Harmonies of #73B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B014

Black with #73B014

Text Example


Text Example

White with #73B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,20); }

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

background-color css

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

 a { background-color: rgb(115,176,20); }

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

border-color css

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

 span { border-color: rgb(115,176,20); }

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