#75B006

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

Shades of Christi #75B006

Tints of Christi #75B006

Color information

#75B006 (or 0x75B006) is unknown color: approx Christi. HEX triplet: 75, B0 and 06. RGB value is (117,176,6). Sum of RGB (Red+Green+Blue) = 117+176+6=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 176 (69.14% from 255 or 58.86% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 176 - color contains mainly: green. Hex color #75B006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B006 is #8A4FF9. Grayscale: #8B8B8B. Windows color (decimal): -9064442 or 438389. OLE color: 438389.

HSL color Cylindrical-coordinate representation of color #75B006: hue angle of 80.82º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75B006 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1171766-
CMYK0.3400.970.31
HSL80.82º93.41%35.69%-
HSV(B)80.82º96.59%69.02%-
XYZ22.8934.855.69-
YUV138.9852.95112.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 176 (69.14% from 255) = 58.86%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=39.13%
G=58.86%
B=2.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11717660.3400.970.3180.8293.4135.69
Hex75B06220611F515d24
Octal16526064201413712113544
Binary111010110110000110100010011000011111110100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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