Html Css Color HEX #75AA10 Christi

📋 copy color: '#75AA10'

red 117 ◦ green 170 ◦ blue 16

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

Shades of Christi #75AA10

Tints of Christi #75AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 38.61%
G = 56.11%
B = 5.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#75AA10 (or 0x75AA10) is known color: Christi. HEX triplet: 75, AA and 10. RGB value is (117,170,16). Sum of RGB (Red+Green+Blue) = 117+170+16=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75AA10 is #8A55EF. Grayscale: #898989. Windows color (decimal): -9065968 or 1092213. OLE color: 1092213.

HSL color Cylindrical-coordinate representation of color #75AA10: hue angle of 80.65º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75AA10 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 16 -
CMYK 0.31 0 0.91 0.33
HSL 80.65º 0.83% 0.36% -
HSV(B) 80.65º 0.91% 0.67% -
XYZ 21.8 32.57 5.63 -
YUV 136.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 117 170 16 0.31 0 0.91 0.33 80.65 0.83 0.36
Hex 75 AA 10 1F 0 5B 21 51 53 24
Octal 165 252 20 37 0 133 41 121 123 44
Binary 1110101 10101010 10000 11111 0 1011011 100001 1010001 1010011 100100

Color Harmonies of #75AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA10

Black with #75AA10

Text Example


Text Example

White with #75AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,16); }

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

background-color css

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

 a { background-color: rgb(117,170,16); }

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

border-color css

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

 span { border-color: rgb(117,170,16); }

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