Html Css Color HEX #759A12 Christi

📋 copy color: '#759A12'

red 117 ◦ green 154 ◦ blue 18

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

Shades of Christi #759A12

Tints of Christi #759A12

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.29%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 40.48%
G = 53.29%
B = 6.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#759A12 (or 0x759A12) is known color: Christi. HEX triplet: 75, 9A and 12. RGB value is (117,154,18). Sum of RGB (Red+Green+Blue) = 117+154+18=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 154 (60.55% from 255 or 53.29% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 154 - color contains mainly: green. Hex color #759A12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759A12 is #8A65ED. Grayscale: #7F7F7F. Windows color (decimal): -9070062 or 1219189. OLE color: 1219189.

HSL color Cylindrical-coordinate representation of color #759A12: hue angle of 76.32º degrees, saturation: 0.79, 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 #759A12 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 18 -
CMYK 0.24 0 0.88 0.40
HSL 76.32º 0.79% 0.34% -
HSV(B) 76.32º 0.88% 0.6% -
XYZ 19 26.94 4.77 -
YUV 127.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 117 154 18 0.24 0 0.88 0.40 76.32 0.79 0.34
Hex 75 9A 12 18 0 58 28 4C 4F 22
Octal 165 232 22 30 0 130 50 114 117 42
Binary 1110101 10011010 10010 11000 0 1011000 101000 1001100 1001111 100010

Color Harmonies of #759A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A12

Black with #759A12

Text Example


Text Example

White with #759A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759A12; }

 p { color: rgb(117,154,18); }

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

background-color css

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

 a { background-color: rgb(117,154,18); }

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

border-color css

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

 span { border-color: rgb(117,154,18); }

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