Html Css Color HEX #609801 Christi

📋 copy color: '#609801'

red 96 ◦ green 152 ◦ blue 1

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

Shades of Christi #609801

Tints of Christi #609801

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.4%

R = 38.55%
G = 61.04%
B = 0.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#609801 (or 0x609801) is known color: 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

RGB 96 152 1 -
CMYK 0.37 0 0.99 0.40
HSL 82.25º 0.99% 0.3% -
HSV(B) 82.25º 0.99% 0.6% -
XYZ 16.06 24.95 4 -
YUV 118.04 61.95 112.28 -
System Red Green Blue C M Y K H S L
Decimal 96 152 1 0.37 0 0.99 0.40 82.25 0.99 0.3
Hex 60 98 1 25 0 63 28 52 63 1E
Octal 140 230 1 45 0 143 50 122 143 36
Binary 1100000 10011000 1 100101 0 1100011 101000 1010010 1100011 11110

Color Harmonies of #609801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609801

Black with #609801

Text Example


Text Example

White with #609801

Text Example


Text Example

HTML Codes & Css Web 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>