Html Css Color HEX #75B110 Christi

📋 copy color: '#75B110'

red 117 ◦ green 177 ◦ blue 16

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

Shades of Christi #75B110

Tints of Christi #75B110

RGB

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

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

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

R = 37.74%
G = 57.1%
B = 5.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#75B110 (or 0x75B110) is known color: Christi. HEX triplet: 75, B1 and 10. RGB value is (117,177,16). Sum of RGB (Red+Green+Blue) = 117+177+16=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #75B110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B110 is #8A4EEF. Grayscale: #8D8D8D. Windows color (decimal): -9064176 or 1094005. OLE color: 1094005.

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

Color convert

RGB 117 177 16 -
CMYK 0.34 0 0.91 0.31
HSL 82.36º 0.83% 0.38% -
HSV(B) 82.36º 0.91% 0.69% -
XYZ 23.15 35.26 6.08 -
YUV 140.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 117 177 16 0.34 0 0.91 0.31 82.36 0.83 0.38
Hex 75 B1 10 22 0 5B 1F 52 53 26
Octal 165 261 20 42 0 133 37 122 123 46
Binary 1110101 10110001 10000 100010 0 1011011 11111 1010010 1010011 100110

Color Harmonies of #75B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B110

Black with #75B110

Text Example


Text Example

White with #75B110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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