#6DB67E

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

Shades of Bay Leaf #6DB67E

Tints of Bay Leaf #6DB67E

Color information

#6DB67E (or 0x6DB67E) is unknown color: approx Bay Leaf. HEX triplet: 6D, B6 and 7E. RGB value is (109,182,126). Sum of RGB (Red+Green+Blue) = 109+182+126=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB67E is #924981. Grayscale: #999999. Windows color (decimal): -9587074 or 8304237. OLE color: 8304237.

HSL color Cylindrical-coordinate representation of color #6DB67E: hue angle of 133.97º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB67E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB109182126-
CMYK0.4000.310.29
HSL133.97º33.33%57.06%-
HSV(B)133.97º40.11%71.37%-
XYZ26.838.2125.7-
YUV153.79112.3296.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 182 (71.48% from 255) = 43.65%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=26.14%
G=43.65%
B=30.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091821260.4000.310.29133.9733.3357.06
Hex6DB67E2801F1D862139
Octal15526617650037352064171
Binary11011011011011011111101010000111111110110000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,182,126); }

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

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

 a { background-color: rgb(109,182,126); }

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

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

 span { border-color: rgb(109,182,126); }

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