Html Css Color HEX #75AB18 Christi

📋 copy color: '#75AB18'

red 117 ◦ green 171 ◦ blue 24

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

Shades of Christi #75AB18

Tints of Christi #75AB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 37.5%
G = 54.81%
B = 7.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#75AB18 (or 0x75AB18) is known color: Christi. HEX triplet: 75, AB and 18. RGB value is (117,171,24). Sum of RGB (Red+Green+Blue) = 117+171+24=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AB18 is #8A54E7. Grayscale: #8A8A8A. Windows color (decimal): -9065704 or 1616757. OLE color: 1616757.

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

Color convert

RGB 117 171 24 -
CMYK 0.32 0 0.86 0.33
HSL 82.04º 0.75% 0.38% -
HSV(B) 82.04º 0.86% 0.67% -
XYZ 22.06 32.97 6.07 -
YUV 138.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 117 171 24 0.32 0 0.86 0.33 82.04 0.75 0.38
Hex 75 AB 18 20 0 56 21 52 4B 26
Octal 165 253 30 40 0 126 41 122 113 46
Binary 1110101 10101011 11000 100000 0 1010110 100001 1010010 1001011 100110

Color Harmonies of #75AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB18

Black with #75AB18

Text Example


Text Example

White with #75AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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