Html Css Color HEX #799B13 Christi

📋 copy color: '#799B13'

red 121 ◦ green 155 ◦ blue 19

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

Shades of Christi #799B13

Tints of Christi #799B13

RGB

 RED value IS 121 (47.66% from 255) = 41.02%

 GREEN value IS 155 (60.94% from 255) = 52.54%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 41.02%
G = 52.54%
B = 6.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#799B13 (or 0x799B13) is known color: Christi. HEX triplet: 79, 9B and 13. RGB value is (121,155,19). Sum of RGB (Red+Green+Blue) = 121+155+19=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #799B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799B13 is #8664EC. Grayscale: #818181. Windows color (decimal): -8807661 or 1284985. OLE color: 1284985.

HSL color Cylindrical-coordinate representation of color #799B13: hue angle of 75º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799B13 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 155 19 -
CMYK 0.22 0 0.88 0.39
HSL 75º 0.78% 0.34% -
HSV(B) 75º 0.88% 0.61% -
XYZ 19.72 27.55 4.9 -
YUV 129.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 121 155 19 0.22 0 0.88 0.39 75 0.78 0.34
Hex 79 9B 13 16 0 58 27 4B 4E 22
Octal 171 233 23 26 0 130 47 113 116 42
Binary 1111001 10011011 10011 10110 0 1011000 100111 1001011 1001110 100010

Color Harmonies of #799B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B13

Black with #799B13

Text Example


Text Example

White with #799B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B13; }

 p { color: rgb(121,155,19); }

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

background-color css

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

 a { background-color: rgb(121,155,19); }

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

border-color css

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

 span { border-color: rgb(121,155,19); }

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