Html Css Color HEX #75A119 Christi

📋 copy color: '#75A119'

red 117 ◦ green 161 ◦ blue 25

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

Shades of Christi #75A119

Tints of Christi #75A119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.14%

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

R = 38.61%
G = 53.14%
B = 8.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#75A119 (or 0x75A119) is known color: Christi. HEX triplet: 75, A1 and 19. RGB value is (117,161,25). Sum of RGB (Red+Green+Blue) = 117+161+25=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #75A119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A119 is #8A5EE6. Grayscale: #848484. Windows color (decimal): -9068263 or 1679733. OLE color: 1679733.

HSL color Cylindrical-coordinate representation of color #75A119: hue angle of 79.41º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75A119 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 161 25 -
CMYK 0.27 0 0.84 0.37
HSL 79.41º 0.73% 0.36% -
HSV(B) 79.41º 0.84% 0.63% -
XYZ 20.26 29.34 5.52 -
YUV 132.34 67.42 117.06 -
System Red Green Blue C M Y K H S L
Decimal 117 161 25 0.27 0 0.84 0.37 79.41 0.73 0.36
Hex 75 A1 19 1B 0 54 25 4F 49 24
Octal 165 241 31 33 0 124 45 117 111 44
Binary 1110101 10100001 11001 11011 0 1010100 100101 1001111 1001001 100100

Color Harmonies of #75A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A119

Black with #75A119

Text Example


Text Example

White with #75A119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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