#75BC09

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

Shades of Christi #75BC09

Tints of Christi #75BC09

Color information

#75BC09 (or 0x75BC09) is unknown color: approx Christi. HEX triplet: 75, BC and 09. RGB value is (117,188,9). Sum of RGB (Red+Green+Blue) = 117+188+9=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BC09 is #8A43F6. Grayscale: #939393. Windows color (decimal): -9061367 or 638069. OLE color: 638069.

HSL color Cylindrical-coordinate representation of color #75BC09: hue angle of 83.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75BC09 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1171889-
CMYK0.3800.950.26
HSL83.8º90.86%38.63%-
HSV(B)83.8º95.21%73.73%-
XYZ25.3739.776.6-
YUV146.3650.48107.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 188 (73.83% from 255) = 59.87%
BLUE value IS 9 (3.91% from 255) = 2.87%
R=37.26%
G=59.87%
B=2.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11718890.3800.950.2683.890.8638.63
Hex75BC92605F1A545b27
Octal165274114601373212413347
Binary1110101101111001001100110010111111101010101001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,9); }

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

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

 a { background-color: rgb(117,188,9); }

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

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

 span { border-color: rgb(117,188,9); }

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