#6FBE84

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

Shades of Bay Leaf #6FBE84

Tints of Bay Leaf #6FBE84

Color information

#6FBE84 (or 0x6FBE84) is unknown color: approx Bay Leaf. HEX triplet: 6F, BE and 84. RGB value is (111,190,132). Sum of RGB (Red+Green+Blue) = 111+190+132=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBE84 is #90417B. Grayscale: #9F9F9F. Windows color (decimal): -9453948 or 8699503. OLE color: 8699503.

HSL color Cylindrical-coordinate representation of color #6FBE84: hue angle of 135.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBE84 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB111190132-
CMYK0.4200.310.25
HSL135.95º37.8%59.02%-
HSV(B)135.95º41.58%74.51%-
XYZ29.1341.8728.38-
YUV159.77112.3393.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=25.64%
G=43.88%
B=30.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901320.4200.310.25135.9537.859.02
Hex6FBE842A01F1988263b
Octal15727620452037312104673
Binary110111110111110100001001010100111111100110001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,132); }

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

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

 a { background-color: rgb(111,190,132); }

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

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

 span { border-color: rgb(111,190,132); }

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