#6BAF82

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

Shades of Bay Leaf #6BAF82

Tints of Bay Leaf #6BAF82

Color information

#6BAF82 (or 0x6BAF82) is unknown color: approx Bay Leaf. HEX triplet: 6B, AF and 82. RGB value is (107,175,130). Sum of RGB (Red+Green+Blue) = 107+175+130=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF82 is #94507D. Grayscale: #959595. Windows color (decimal): -9719934 or 8564587. OLE color: 8564587.

HSL color Cylindrical-coordinate representation of color #6BAF82: hue angle of 140.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAF82 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB107175130-
CMYK0.3900.260.31
HSL140.29º29.82%55.29%-
HSV(B)140.29º38.86%68.63%-
XYZ25.4235.426.61-
YUV149.54116.9797.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=25.97%
G=42.48%
B=31.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751300.3900.260.31140.2929.8255.29
Hex6BAF822701A1F8c1e37
Octal15325720247032372143667
Binary11010111010111110000010100111011010111111000110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,130); }

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

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

 a { background-color: rgb(107,175,130); }

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

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

 span { border-color: rgb(107,175,130); }

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