Html Css Color HEX #60B013 Christi

📋 copy color: '#60B013'

red 96 ◦ green 176 ◦ blue 19

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

Shades of Christi #60B013

Tints of Christi #60B013

RGB

 RED value IS 96 (37.89% from 255) = 32.99%

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 32.99%
G = 60.48%
B = 6.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#60B013 (or 0x60B013) is known color: Christi. HEX triplet: 60, B0 and 13. RGB value is (96,176,19). Sum of RGB (Red+Green+Blue) = 96+176+19=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #60B013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60B013 is #9F4FEC. Grayscale: #868686. Windows color (decimal): -10440685 or 1290336. OLE color: 1290336.

HSL color Cylindrical-coordinate representation of color #60B013: hue angle of 90.57º degrees, saturation: 0.81, 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 #60B013 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 176 19 -
CMYK 0.45 0 0.89 0.31
HSL 90.57º 0.81% 0.38% -
HSV(B) 90.57º 0.89% 0.69% -
XYZ 20.47 33.58 6.02 -
YUV 134.18 63 100.77 -
System Red Green Blue C M Y K H S L
Decimal 96 176 19 0.45 0 0.89 0.31 90.57 0.81 0.38
Hex 60 B0 13 2D 0 59 1F 5B 51 26
Octal 140 260 23 55 0 131 37 133 121 46
Binary 1100000 10110000 10011 101101 0 1011001 11111 1011011 1010001 100110

Color Harmonies of #60B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B013

Black with #60B013

Text Example


Text Example

White with #60B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B013; }

 p { color: rgb(96,176,19); }

 H1.HeaderClassName
 {
   color: #60B013;
 }
 .AnyTagClassName
 {
   color: #60B013;
 }
</style>

background-color css

<style>
 a { background-color: #60B013; }

 a { background-color: rgb(96,176,19); }

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

border-color css

<style>
 span { border-color: #60B013; }

 span { border-color: rgb(96,176,19); }

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