Html Css Color HEX #619900 Christi

📋 copy color: '#619900'

red 97 ◦ green 153 ◦ blue 0

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

Shades of Christi #619900

Tints of Christi #619900

RGB

 RED value IS 97 (38.28% from 255) = 38.8%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.8%
G = 61.2%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#619900 (or 0x619900) is known color: Christi. HEX triplet: 61, 99 and 00. RGB value is (97,153,0). Sum of RGB (Red+Green+Blue) = 97+153+0=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #619900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619900 is #9E66FF. Grayscale: #777777. Windows color (decimal): -10381056 or 39265. OLE color: 39265.

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

Color convert

RGB 97 153 0 -
CMYK 0.37 0 1 0.4
HSL 81.96º 1% 0.3% -
HSV(B) 81.96º 1% 0.6% -
XYZ 16.32 25.32 4.03 -
YUV 118.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 97 153 0 0.37 0 1 0.4 81.96 1 0.3
Hex 61 99 0 25 0 64 28 52 64 1E
Octal 141 231 0 45 0 144 50 122 144 36
Binary 1100001 10011001 0 100101 0 1100100 101000 1010010 1100100 11110

Color Harmonies of #619900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619900

Black with #619900

Text Example


Text Example

White with #619900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619900; }

 p { color: rgb(97,153,0); }

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

background-color css

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

 a { background-color: rgb(97,153,0); }

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

border-color css

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

 span { border-color: rgb(97,153,0); }

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