#6FB283

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

Shades of Bay Leaf #6FB283

Tints of Bay Leaf #6FB283

Color information

#6FB283 (or 0x6FB283) is unknown color: approx Bay Leaf. HEX triplet: 6F, B2 and 83. RGB value is (111,178,131). Sum of RGB (Red+Green+Blue) = 111+178+131=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB283 is #904D7C. Grayscale: #989898. Windows color (decimal): -9457021 or 8630895. OLE color: 8630895.

HSL color Cylindrical-coordinate representation of color #6FB283: hue angle of 137.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB283 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB111178131-
CMYK0.3800.260.30
HSL137.91º30.32%56.67%-
HSV(B)137.91º37.64%69.8%-
XYZ26.5736.8627.19-
YUV152.61115.898.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=26.43%
G=42.38%
B=31.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781310.3800.260.30137.9130.3256.67
Hex6FB2832601A1E8a1e39
Octal15726220346032362123671
Binary11011111011001010000011100110011010111101000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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