Html Css Color HEX #75AA19 Christi

📋 copy color: '#75AA19'

red 117 ◦ green 170 ◦ blue 25

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

Shades of Christi #75AA19

Tints of Christi #75AA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 37.5%
G = 54.49%
B = 8.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#75AA19 (or 0x75AA19) is known color: Christi. HEX triplet: 75, AA and 19. RGB value is (117,170,25). Sum of RGB (Red+Green+Blue) = 117+170+25=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA19 is #8A55E6. Grayscale: #8A8A8A. Windows color (decimal): -9065959 or 1682037. OLE color: 1682037.

HSL color Cylindrical-coordinate representation of color #75AA19: hue angle of 81.93º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75AA19 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 25 -
CMYK 0.31 0 0.85 0.33
HSL 81.93º 0.74% 0.38% -
HSV(B) 81.93º 0.85% 0.67% -
XYZ 21.89 32.6 6.06 -
YUV 137.62 64.44 113.29 -
System Red Green Blue C M Y K H S L
Decimal 117 170 25 0.31 0 0.85 0.33 81.93 0.74 0.38
Hex 75 AA 19 1F 0 55 21 52 4A 26
Octal 165 252 31 37 0 125 41 122 112 46
Binary 1110101 10101010 11001 11111 0 1010101 100001 1010010 1001010 100110

Color Harmonies of #75AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA19

Black with #75AA19

Text Example


Text Example

White with #75AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AA19; }

 p { color: rgb(117,170,25); }

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

background-color css

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

 a { background-color: rgb(117,170,25); }

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

border-color css

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

 span { border-color: rgb(117,170,25); }

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