Html Css Color HEX #75A811 Christi

📋 copy color: '#75A811'

red 117 ◦ green 168 ◦ blue 17

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

Shades of Christi #75A811

Tints of Christi #75A811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.63%

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 38.74%
G = 55.63%
B = 5.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#75A811 (or 0x75A811) is known color: Christi. HEX triplet: 75, A8 and 11. RGB value is (117,168,17). Sum of RGB (Red+Green+Blue) = 117+168+17=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #75A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A811 is #8A57EE. Grayscale: #888888. Windows color (decimal): -9066479 or 1157237. OLE color: 1157237.

HSL color Cylindrical-coordinate representation of color #75A811: hue angle of 80.26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75A811 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 17 -
CMYK 0.30 0 0.90 0.34
HSL 80.26º 0.82% 0.36% -
HSV(B) 80.26º 0.9% 0.66% -
XYZ 21.44 31.83 5.54 -
YUV 135.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 117 168 17 0.30 0 0.90 0.34 80.26 0.82 0.36
Hex 75 A8 11 1E 0 5A 22 50 52 24
Octal 165 250 21 36 0 132 42 120 122 44
Binary 1110101 10101000 10001 11110 0 1011010 100010 1010000 1010010 100100

Color Harmonies of #75A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A811

Black with #75A811

Text Example


Text Example

White with #75A811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,17); }

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

background-color css

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

 a { background-color: rgb(117,168,17); }

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

border-color css

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

 span { border-color: rgb(117,168,17); }

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