Html Css Color HEX #75B112 Christi

📋 copy color: '#75B112'

red 117 ◦ green 177 ◦ blue 18

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

Shades of Christi #75B112

Tints of Christi #75B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 37.5%
G = 56.73%
B = 5.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#75B112 (or 0x75B112) is known color: Christi. HEX triplet: 75, B1 and 12. RGB value is (117,177,18). Sum of RGB (Red+Green+Blue) = 117+177+18=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #75B112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B112 is #8A4EED. Grayscale: #8D8D8D. Windows color (decimal): -9064174 or 1225077. OLE color: 1225077.

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

Color convert

RGB 117 177 18 -
CMYK 0.34 0 0.90 0.31
HSL 82.64º 0.82% 0.38% -
HSV(B) 82.64º 0.9% 0.69% -
XYZ 23.17 35.27 6.16 -
YUV 140.93 58.62 110.93 -
System Red Green Blue C M Y K H S L
Decimal 117 177 18 0.34 0 0.90 0.31 82.64 0.82 0.38
Hex 75 B1 12 22 0 5A 1F 53 52 26
Octal 165 261 22 42 0 132 37 123 122 46
Binary 1110101 10110001 10010 100010 0 1011010 11111 1010011 1010010 100110

Color Harmonies of #75B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B112

Black with #75B112

Text Example


Text Example

White with #75B112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,177,18); }

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

background-color css

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

 a { background-color: rgb(117,177,18); }

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

border-color css

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

 span { border-color: rgb(117,177,18); }

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