#75B30F

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

Shades of Christi #75B30F

Tints of Christi #75B30F

Color information

#75B30F (or 0x75B30F) is unknown color: approx Christi. HEX triplet: 75, B3 and 0F. RGB value is (117,179,15). Sum of RGB (Red+Green+Blue) = 117+179+15=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 179 (70.31% from 255 or 57.56% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 179 - color contains mainly: green. Hex color #75B30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B30F is #8A4CF0. Grayscale: #8E8E8E. Windows color (decimal): -9063665 or 1028981. OLE color: 1028981.

HSL color Cylindrical-coordinate representation of color #75B30F: hue angle of 82.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75B30F is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB11717915-
CMYK0.3500.920.30
HSL82.68º84.54%38.04%-
HSV(B)82.68º91.62%70.2%-
XYZ23.5436.066.17-
YUV141.7756.46110.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 179 (70.31% from 255) = 57.56%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=37.62%
G=57.56%
B=4.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117179150.3500.920.3082.6884.5438.04
Hex75B3F2305C1E535526
Octal165263174301343612312546
Binary1110101101100111111100011010111001111010100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,179,15); }

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

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

 a { background-color: rgb(117,179,15); }

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

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

 span { border-color: rgb(117,179,15); }

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