#6FB630

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

Shades of Lima #6FB630

Tints of Lima #6FB630

Color information

#6FB630 (or 0x6FB630) is unknown color: approx Lima. HEX triplet: 6F, B6 and 30. RGB value is (111,182,48). Sum of RGB (Red+Green+Blue) = 111+182+48=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB630 is #9049CF. Grayscale: #919191. Windows color (decimal): -9456080 or 3192431. OLE color: 3192431.

HSL color Cylindrical-coordinate representation of color #6FB630: hue angle of 91.79º 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 #6FB630 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB11118248-
CMYK0.3900.740.29
HSL91.79º58.26%45.1%-
HSV(B)91.79º73.63%71.37%-
XYZ23.8237.058.69-
YUV145.572.98103.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=32.55%
G=53.37%
B=14.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111182480.3900.740.2991.7958.2645.1
Hex6FB6302704A1D5c3a2d
Octal15726660470112351347255
Binary11011111011011011000010011101001010111011011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB630; }

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

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

<style>
 a { background-color: #6FB630; }

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

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

<style>
 span { border-color: #6FB630; }

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

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