#75C606

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

Shades of Christi #75C606

Tints of Christi #75C606

Color information

#75C606 (or 0x75C606) is unknown color: approx Christi. HEX triplet: 75, C6 and 06. RGB value is (117,198,6). Sum of RGB (Red+Green+Blue) = 117+198+6=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #75C606 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C606 is #8A39F9. Grayscale: #989898. Windows color (decimal): -9058810 or 444021. OLE color: 444021.

HSL color Cylindrical-coordinate representation of color #75C606: hue angle of 85.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75C606 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1171986-
CMYK0.4100.970.22
HSL85.31º94.12%40%-
HSV(B)85.31º96.97%77.65%-
XYZ27.5644.187.25-
YUV151.8945.66103.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 198 (77.73% from 255) = 61.68%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=36.45%
G=61.68%
B=1.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11719860.4100.970.2285.3194.1240
Hex75C662906116555e28
Octal16530665101412612513650
Binary111010111000110110101001011000011011010101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,6); }

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

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

 a { background-color: rgb(117,198,6); }

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

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

 span { border-color: rgb(117,198,6); }

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