#609801

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

Shades of Christi #609801

Tints of Christi #609801

Color information

#609801 (or 0x609801) is unknown color: approx Christi. HEX triplet: 60, 98 and 01. RGB value is (96,152,1). Sum of RGB (Red+Green+Blue) = 96+152+1=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 152 (59.77% from 255 or 61.04% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 152 - color contains mainly: green. Hex color #609801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609801 is #9F67FE. Grayscale: #767676. Windows color (decimal): -10446847 or 104544. OLE color: 104544.

HSL color Cylindrical-coordinate representation of color #609801: hue angle of 82.25º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609801 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB961521-
CMYK0.3700.990.40
HSL82.25º98.69%30%-
HSV(B)82.25º99.34%59.61%-
XYZ16.0624.954-
YUV118.0461.95112.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 152 (59.77% from 255) = 61.04%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=38.55%
G=61.04%
B=0.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9615210.3700.990.4082.2598.6930
Hex60981250632852631e
Octal14023014501435012214336
Binary1100000100110001100101011000111010001010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609801; }

 p { color: rgb(96,152,1); }

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

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

 a { background-color: rgb(96,152,1); }

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

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

 span { border-color: rgb(96,152,1); }

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