#60B025

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

Shades of Christi #60B025

Tints of Christi #60B025

Color information

#60B025 (or 0x60B025) is unknown color: approx Christi. HEX triplet: 60, B0 and 25. RGB value is (96,176,37). Sum of RGB (Red+Green+Blue) = 96+176+37=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #60B025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B025 is #9F4FDA. Grayscale: #888888. Windows color (decimal): -10440667 or 2469984. OLE color: 2469984.

HSL color Cylindrical-coordinate representation of color #60B025: hue angle of 94.53º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60B025 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB9617637-
CMYK0.4500.790.31
HSL94.53º65.26%41.76%-
HSV(B)94.53º78.98%69.02%-
XYZ20.6833.677.16-
YUV136.237299.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=31.07%
G=56.96%
B=11.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96176370.4500.790.3194.5365.2641.76
Hex60B0252D04F1F5f412a
Octal140260455501173713710152
Binary110000010110000100101101101010011111111110111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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