#6FB483

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

Shades of Bay Leaf #6FB483

Tints of Bay Leaf #6FB483

Color information

#6FB483 (or 0x6FB483) is unknown color: approx Bay Leaf. HEX triplet: 6F, B4 and 83. RGB value is (111,180,131). Sum of RGB (Red+Green+Blue) = 111+180+131=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB483 is #904B7C. Grayscale: #999999. Windows color (decimal): -9456509 or 8631407. OLE color: 8631407.

HSL color Cylindrical-coordinate representation of color #6FB483: hue angle of 137.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB483 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB111180131-
CMYK0.3800.270.29
HSL137.39º31.51%57.06%-
HSV(B)137.39º38.33%70.59%-
XYZ26.9737.6627.32-
YUV153.78115.1497.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=26.30%
G=42.65%
B=31.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111801310.3800.270.29137.3931.5157.06
Hex6FB4832601B1D892039
Octal15726420346033352114071
Binary110111110110100100000111001100110111110110001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,131); }

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

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

 a { background-color: rgb(111,180,131); }

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

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

 span { border-color: rgb(111,180,131); }

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