#75AD1E

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

Shades of Christi #75AD1E

Tints of Christi #75AD1E

Color information

#75AD1E (or 0x75AD1E) is unknown color: approx Christi. HEX triplet: 75, AD and 1E. RGB value is (117,173,30). Sum of RGB (Red+Green+Blue) = 117+173+30=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD1E is #8A52E1. Grayscale: #8C8C8C. Windows color (decimal): -9065186 or 2010485. OLE color: 2010485.

HSL color Cylindrical-coordinate representation of color #75AD1E: hue angle of 83.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75AD1E is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB11717330-
CMYK0.3200.830.32
HSL83.5º70.44%39.8%-
HSV(B)83.5º82.66%67.84%-
XYZ22.5133.766.56-
YUV139.9565.95111.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 173 (67.97% from 255) = 54.06%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=36.56%
G=54.06%
B=9.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117173300.3200.830.3283.570.4439.8
Hex75AD1E2005320534628
Octal165255364001234012310650
Binary111010110101101111101000000101001110000010100111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,30); }

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

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

 a { background-color: rgb(117,173,30); }

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

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

 span { border-color: rgb(117,173,30); }

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