#75A500

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

Shades of Christi #75A500

Tints of Christi #75A500

Color information

#75A500 (or 0x75A500) is unknown color: approx Christi. HEX triplet: 75, A5 and 00. RGB value is (117,165,0). Sum of RGB (Red+Green+Blue) = 117+165+0=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #75A500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A500 is #8A5AFF. Grayscale: #848484. Windows color (decimal): -9067264 or 42357. OLE color: 42357.

HSL color Cylindrical-coordinate representation of color #75A500: hue angle of 77.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75A500 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1171650-
CMYK0.29010.35
HSL77.45º100%32.35%-
HSV(B)77.45º100%64.71%-
XYZ20.7930.694.83-
YUV131.8453.6117.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.49%
G=58.51%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11716500.29010.3577.4510032.35
Hex75A501D064234d6420
Octal16524503501444311514440
Binary1110101101001010111010110010010001110011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,165,0); }

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

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

 a { background-color: rgb(117,165,0); }

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

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

 span { border-color: rgb(117,165,0); }

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