Html Css Color HEX #609901 Christi

📋 copy color: '#609901'

red 96 ◦ green 153 ◦ blue 1

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

Shades of Christi #609901

Tints of Christi #609901

RGB

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

 GREEN value IS 153 (60.16% from 255) = 61.2%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 38.4%
G = 61.2%
B = 0.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#609901 (or 0x609901) is known color: Christi. HEX triplet: 60, 99 and 01. RGB value is (96,153,1). Sum of RGB (Red+Green+Blue) = 96+153+1=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #609901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609901 is #9F66FE. Grayscale: #777777. Windows color (decimal): -10446591 or 104800. OLE color: 104800.

HSL color Cylindrical-coordinate representation of color #609901: hue angle of 82.5º 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 #609901 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 1 -
CMYK 0.37 0 0.99 0.4
HSL 82.5º 0.99% 0.3% -
HSV(B) 82.5º 0.99% 0.6% -
XYZ 16.22 25.27 4.05 -
YUV 118.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 96 153 1 0.37 0 0.99 0.4 82.5 0.99 0.3
Hex 60 99 1 25 0 63 28 52 63 1E
Octal 140 231 1 45 0 143 50 122 143 36
Binary 1100000 10011001 1 100101 0 1100011 101000 1010010 1100011 11110

Color Harmonies of #609901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609901

Black with #609901

Text Example


Text Example

White with #609901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609901; }

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

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

background-color css

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

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

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

border-color css

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

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

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