Html Css Color HEX #75AD19 Christi

📋 copy color: '#75AD19'

red 117 ◦ green 173 ◦ blue 25

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

Shades of Christi #75AD19

Tints of Christi #75AD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.92%

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

R = 37.14%
G = 54.92%
B = 7.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#75AD19 (or 0x75AD19) is known color: Christi. HEX triplet: 75, AD and 19. RGB value is (117,173,25). Sum of RGB (Red+Green+Blue) = 117+173+25=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AD19 is #8A52E6. Grayscale: #8B8B8B. Windows color (decimal): -9065191 or 1682805. OLE color: 1682805.

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

Color convert

RGB 117 173 25 -
CMYK 0.32 0 0.86 0.32
HSL 82.7º 0.75% 0.39% -
HSV(B) 82.7º 0.86% 0.68% -
XYZ 22.46 33.74 6.25 -
YUV 139.38 63.45 112.03 -
System Red Green Blue C M Y K H S L
Decimal 117 173 25 0.32 0 0.86 0.32 82.7 0.75 0.39
Hex 75 AD 19 20 0 56 20 53 4B 27
Octal 165 255 31 40 0 126 40 123 113 47
Binary 1110101 10101101 11001 100000 0 1010110 100000 1010011 1001011 100111

Color Harmonies of #75AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD19

Black with #75AD19

Text Example


Text Example

White with #75AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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