Html Css Color HEX #759913 Christi

📋 copy color: '#759913'

red 117 ◦ green 153 ◦ blue 19

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

Shades of Christi #759913

Tints of Christi #759913

RGB

 RED value IS 117 (46.09% from 255) = 40.48%

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

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

R = 40.48%
G = 52.94%
B = 6.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#759913 (or 0x759913) is known color: Christi. HEX triplet: 75, 99 and 13. RGB value is (117,153,19). Sum of RGB (Red+Green+Blue) = 117+153+19=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #759913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759913 is #8A66EC. Grayscale: #7F7F7F. Windows color (decimal): -9070317 or 1284469. OLE color: 1284469.

HSL color Cylindrical-coordinate representation of color #759913: hue angle of 76.12º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #759913 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 19 -
CMYK 0.24 0 0.88 0.4
HSL 76.12º 0.78% 0.34% -
HSV(B) 76.12º 0.88% 0.6% -
XYZ 18.84 26.61 4.76 -
YUV 126.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 117 153 19 0.24 0 0.88 0.4 76.12 0.78 0.34
Hex 75 99 13 18 0 58 28 4C 4E 22
Octal 165 231 23 30 0 130 50 114 116 42
Binary 1110101 10011001 10011 11000 0 1011000 101000 1001100 1001110 100010

Color Harmonies of #759913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759913

Black with #759913

Text Example


Text Example

White with #759913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759913; }

 p { color: rgb(117,153,19); }

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

background-color css

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

 a { background-color: rgb(117,153,19); }

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

border-color css

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

 span { border-color: rgb(117,153,19); }

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