Html Css Color HEX #75AB15 Christi

📋 copy color: '#75AB15'

red 117 ◦ green 171 ◦ blue 21

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

Shades of Christi #75AB15

Tints of Christi #75AB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.34%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 37.86%
G = 55.34%
B = 6.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#75AB15 (or 0x75AB15) is known color: Christi. HEX triplet: 75, AB and 15. RGB value is (117,171,21). Sum of RGB (Red+Green+Blue) = 117+171+21=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AB15 is #8A54EA. Grayscale: #8A8A8A. Windows color (decimal): -9065707 or 1420149. OLE color: 1420149.

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

Color convert

RGB 117 171 21 -
CMYK 0.32 0 0.88 0.33
HSL 81.6º 0.78% 0.38% -
HSV(B) 81.6º 0.88% 0.67% -
XYZ 22.03 32.96 5.91 -
YUV 137.75 62.11 113.2 -
System Red Green Blue C M Y K H S L
Decimal 117 171 21 0.32 0 0.88 0.33 81.6 0.78 0.38
Hex 75 AB 15 20 0 58 21 52 4E 26
Octal 165 253 25 40 0 130 41 122 116 46
Binary 1110101 10101011 10101 100000 0 1011000 100001 1010010 1001110 100110

Color Harmonies of #75AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB15

Black with #75AB15

Text Example


Text Example

White with #75AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,21); }

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

background-color css

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

 a { background-color: rgb(117,171,21); }

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

border-color css

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

 span { border-color: rgb(117,171,21); }

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