#75990A

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

Shades of Christi #75990A

Tints of Christi #75990A

Color information

#75990A (or 0x75990A) is unknown color: approx Christi. HEX triplet: 75, 99 and 0A. RGB value is (117,153,10). Sum of RGB (Red+Green+Blue) = 117+153+10=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #75990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75990A is #8A66F5. Grayscale: #7E7E7E. Windows color (decimal): -9070326 or 694645. OLE color: 694645.

HSL color Cylindrical-coordinate representation of color #75990A: hue angle of 75.1º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75990A is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB11715310-
CMYK0.2400.930.4
HSL75.1º87.73%31.96%-
HSV(B)75.1º93.46%60%-
XYZ18.7826.594.43-
YUV125.9362.57121.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 10 (4.30% from 255) = 3.57%
R=41.79%
G=54.64%
B=3.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153100.2400.930.475.187.7331.96
Hex7599A1805D284b5820
Octal165231123001355011313040
Binary1110101100110011010110000101110110100010010111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75990A; }

 p { color: rgb(117,153,10); }

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

<style>
 a { background-color: #75990A; }

 a { background-color: rgb(117,153,10); }

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

<style>
 span { border-color: #75990A; }

 span { border-color: rgb(117,153,10); }

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