#75B019

Color #75B019 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #75B019

Tints of Christi #75B019

Color information

#75B019 (or 0x75B019) is unknown color: approx Christi. HEX triplet: 75, B0 and 19. RGB value is (117,176,25). Sum of RGB (Red+Green+Blue) = 117+176+25=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #75B019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B019 is #8A4FE6. Grayscale: #8D8D8D. Windows color (decimal): -9064423 or 1683573. OLE color: 1683573.

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

Color convert

RGB11717625-
CMYK0.3400.860.31
HSL83.44º75.12%39.41%-
HSV(B)83.44º85.8%69.02%-
XYZ23.0434.96.44-
YUV141.1462.45110.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 176 (69.14% from 255) = 55.35%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=36.79%
G=55.35%
B=7.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176250.3400.860.3183.4475.1239.41
Hex75B019220561F534b27
Octal165260314201263712311347
Binary11101011011000011001100010010101101111110100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,176,25); }

 H1.HeaderClassName
 {
   color: #75B019;
 }
 .AnyTagClassName
 {
   color: #75B019;
 }
</style>
background-color css

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

 a { background-color: rgb(117,176,25); }

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

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

 span { border-color: rgb(117,176,25); }

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