#76B630

Color #76B630 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #76B630

Tints of Lima #76B630

Color information

#76B630 (or 0x76B630) is unknown color: approx Lima. HEX triplet: 76, B6 and 30. RGB value is (118,182,48). Sum of RGB (Red+Green+Blue) = 118+182+48=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #76B630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B630 is #8949CF. Grayscale: #949494. Windows color (decimal): -8997328 or 3192438. OLE color: 3192438.

HSL color Cylindrical-coordinate representation of color #76B630: hue angle of 88.66º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76B630 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB11818248-
CMYK0.3500.740.29
HSL88.66º58.26%45.1%-
HSV(B)88.66º73.63%71.37%-
XYZ24.7337.528.74-
YUV147.5971.8106.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 182 (71.48% from 255) = 52.30%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=33.91%
G=52.30%
B=13.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118182480.3500.740.2988.6658.2645.1
Hex76B6302304A1D593a2d
Octal16626660430112351317255
Binary11101101011011011000010001101001010111011011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B630; }

 p { color: rgb(118,182,48); }

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

<style>
 a { background-color: #76B630; }

 a { background-color: rgb(118,182,48); }

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

<style>
 span { border-color: #76B630; }

 span { border-color: rgb(118,182,48); }

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