Html Css Color HEX #75B113 Christi

📋 copy color: '#75B113'

red 117 ◦ green 177 ◦ blue 19

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

Shades of Christi #75B113

Tints of Christi #75B113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 37.38%
G = 56.55%
B = 6.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#75B113 (or 0x75B113) is known color: Christi. HEX triplet: 75, B1 and 13. RGB value is (117,177,19). Sum of RGB (Red+Green+Blue) = 117+177+19=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #75B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B113 is #8A4EEC. Grayscale: #8D8D8D. Windows color (decimal): -9064173 or 1290613. OLE color: 1290613.

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

Color convert

RGB 117 177 19 -
CMYK 0.34 0 0.89 0.31
HSL 82.78º 0.81% 0.38% -
HSV(B) 82.78º 0.89% 0.69% -
XYZ 23.18 35.27 6.2 -
YUV 141.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 117 177 19 0.34 0 0.89 0.31 82.78 0.81 0.38
Hex 75 B1 13 22 0 59 1F 53 51 26
Octal 165 261 23 42 0 131 37 123 121 46
Binary 1110101 10110001 10011 100010 0 1011001 11111 1010011 1010001 100110

Color Harmonies of #75B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B113

Black with #75B113

Text Example


Text Example

White with #75B113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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