#75BD0C

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

Shades of Christi #75BD0C

Tints of Christi #75BD0C

Color information

#75BD0C (or 0x75BD0C) is unknown color: approx Christi. HEX triplet: 75, BD and 0C. RGB value is (117,189,12). Sum of RGB (Red+Green+Blue) = 117+189+12=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75BD0C is #8A42F3. Grayscale: #939393. Windows color (decimal): -9061108 or 834933. OLE color: 834933.

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

Color convert

RGB11718912-
CMYK0.3800.940.26
HSL84.41º88.06%39.41%-
HSV(B)84.41º93.65%74.12%-
XYZ25.640.26.76-
YUV147.2951.65106.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=36.79%
G=59.43%
B=3.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117189120.3800.940.2684.4188.0639.41
Hex75BDC2605E1A545827
Octal165275144601363212413047
Binary1110101101111011100100110010111101101010101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,12); }

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

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

 a { background-color: rgb(117,189,12); }

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

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

 span { border-color: rgb(117,189,12); }

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