#6BB084

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

Shades of Bay Leaf #6BB084

Tints of Bay Leaf #6BB084

Color information

#6BB084 (or 0x6BB084) is unknown color: approx Bay Leaf. HEX triplet: 6B, B0 and 84. RGB value is (107,176,132). Sum of RGB (Red+Green+Blue) = 107+176+132=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB084 is #944F7B. Grayscale: #969696. Windows color (decimal): -9719676 or 8695915. OLE color: 8695915.

HSL color Cylindrical-coordinate representation of color #6BB084: hue angle of 141.74º 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 #6BB084 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB107176132-
CMYK0.3900.250.31
HSL141.74º30.4%55.49%-
HSV(B)141.74º39.2%69.02%-
XYZ25.7535.8427.39-
YUV150.35117.6497.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=25.78%
G=42.41%
B=31.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761320.3900.250.31141.7430.455.49
Hex6BB084270191F8e1e37
Octal15326020447031372163667
Binary11010111011000010000100100111011001111111000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,176,132); }

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

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

 a { background-color: rgb(107,176,132); }

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

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

 span { border-color: rgb(107,176,132); }

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