#75B012

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

Shades of Christi #75B012

Tints of Christi #75B012

Color information

#75B012 (or 0x75B012) is unknown color: approx Christi. HEX triplet: 75, B0 and 12. RGB value is (117,176,18). Sum of RGB (Red+Green+Blue) = 117+176+18=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #75B012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B012 is #8A4FED. Grayscale: #8C8C8C. Windows color (decimal): -9064430 or 1224821. OLE color: 1224821.

HSL color Cylindrical-coordinate representation of color #75B012: hue angle of 82.41º degrees, saturation: 0.81, 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 #75B012 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB11717618-
CMYK0.3400.900.31
HSL82.41º81.44%38.04%-
HSV(B)82.41º89.77%69.02%-
XYZ22.9734.886.09-
YUV140.3558.95111.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 176 (69.14% from 255) = 56.59%
BLUE value IS 18 (7.42% from 255) = 5.79%
R=37.62%
G=56.59%
B=5.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117176180.3400.900.3182.4181.4438.04
Hex75B0122205A1F525126
Octal165260224201323712212146
Binary11101011011000010010100010010110101111110100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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