Html Css Color HEX #75B115 Christi

📋 copy color: '#75B115'

red 117 ◦ green 177 ◦ blue 21

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

Shades of Christi #75B115

Tints of Christi #75B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 37.14%
G = 56.19%
B = 6.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#75B115 (or 0x75B115) is known color: Christi. HEX triplet: 75, B1 and 15. RGB value is (117,177,21). Sum of RGB (Red+Green+Blue) = 117+177+21=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #75B115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B115 is #8A4EEA. Grayscale: #8D8D8D. Windows color (decimal): -9064171 or 1421685. OLE color: 1421685.

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

Color convert

RGB 117 177 21 -
CMYK 0.34 0 0.88 0.31
HSL 83.08º 0.79% 0.39% -
HSV(B) 83.08º 0.88% 0.69% -
XYZ 23.19 35.28 6.3 -
YUV 141.28 60.12 110.68 -
System Red Green Blue C M Y K H S L
Decimal 117 177 21 0.34 0 0.88 0.31 83.08 0.79 0.39
Hex 75 B1 15 22 0 58 1F 53 4F 27
Octal 165 261 25 42 0 130 37 123 117 47
Binary 1110101 10110001 10101 100010 0 1011000 11111 1010011 1001111 100111

Color Harmonies of #75B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B115

Black with #75B115

Text Example


Text Example

White with #75B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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