Html Css Color HEX #75B519 Christi

📋 copy color: '#75B519'

red 117 ◦ green 181 ◦ blue 25

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

Shades of Christi #75B519

Tints of Christi #75B519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.04%

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

R = 36.22%
G = 56.04%
B = 7.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#75B519 (or 0x75B519) is known color: Christi. HEX triplet: 75, B5 and 19. RGB value is (117,181,25). Sum of RGB (Red+Green+Blue) = 117+181+25=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #75B519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B519 is #8A4AE6. Grayscale: #909090. Windows color (decimal): -9063143 or 1684853. OLE color: 1684853.

HSL color Cylindrical-coordinate representation of color #75B519: hue angle of 84.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75B519 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 181 25 -
CMYK 0.35 0 0.86 0.29
HSL 84.62º 0.76% 0.4% -
HSV(B) 84.62º 0.86% 0.71% -
XYZ 24.04 36.9 6.78 -
YUV 144.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 117 181 25 0.35 0 0.86 0.29 84.62 0.76 0.4
Hex 75 B5 19 23 0 56 1D 55 4C 28
Octal 165 265 31 43 0 126 35 125 114 50
Binary 1110101 10110101 11001 100011 0 1010110 11101 1010101 1001100 101000

Color Harmonies of #75B519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B519

Black with #75B519

Text Example


Text Example

White with #75B519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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