#75BA08

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

Shades of Christi #75BA08

Tints of Christi #75BA08

Color information

#75BA08 (or 0x75BA08) is unknown color: approx Christi. HEX triplet: 75, BA and 08. RGB value is (117,186,8). Sum of RGB (Red+Green+Blue) = 117+186+8=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BA08 is #8A45F7. Grayscale: #919191. Windows color (decimal): -9061880 or 572021. OLE color: 572021.

HSL color Cylindrical-coordinate representation of color #75BA08: hue angle of 83.26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75BA08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1171868-
CMYK0.3700.960.27
HSL83.26º91.75%38.04%-
HSV(B)83.26º95.7%72.94%-
XYZ24.9438.926.43-
YUV145.0850.64107.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 186 (73.05% from 255) = 59.81%
BLUE value IS 8 (3.52% from 255) = 2.57%
R=37.62%
G=59.81%
B=2.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11718680.3700.960.2783.2691.7538.04
Hex75BA8250601B535c26
Octal165272104501403312313446
Binary1110101101110101000100101011000001101110100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,8); }

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

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

 a { background-color: rgb(117,186,8); }

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

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

 span { border-color: rgb(117,186,8); }

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