#609F01

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

Shades of Christi #609F01

Tints of Christi #609F01

Color information

#609F01 (or 0x609F01) is unknown color: approx Christi. HEX triplet: 60, 9F and 01. RGB value is (96,159,1). Sum of RGB (Red+Green+Blue) = 96+159+1=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #609F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609F01 is #9F60FE. Grayscale: #7A7A7A. Windows color (decimal): -10445055 or 106336. OLE color: 106336.

HSL color Cylindrical-coordinate representation of color #609F01: hue angle of 83.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #609F01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB961591-
CMYK0.4000.990.38
HSL83.92º98.75%31.37%-
HSV(B)83.92º99.37%62.35%-
XYZ17.2327.294.39-
YUV122.1559.63109.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 159 (62.5% from 255) = 62.11%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=37.5%
G=62.11%
B=0.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9615910.4000.990.3883.9298.7531.37
Hex609F1280632654631f
Octal14023715001434612414337
Binary1100000100111111101000011000111001101010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609F01; }

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

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

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

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

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

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

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

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