#6BA068

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

Shades of Laurel #6BA068

Tints of Laurel #6BA068

Color information

#6BA068 (or 0x6BA068) is unknown color: approx Laurel. HEX triplet: 6B, A0 and 68. RGB value is (107,160,104). Sum of RGB (Red+Green+Blue) = 107+160+104=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA068 is #945F97. Grayscale: #898989. Windows color (decimal): -9723800 or 6856811. OLE color: 6856811.

HSL color Cylindrical-coordinate representation of color #6BA068: hue angle of 116.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA068 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB107160104-
CMYK0.3300.350.37
HSL116.79º22.76%51.76%-
HSV(B)116.79º35%62.75%-
XYZ21.1329.2717.63-
YUV137.77108.94106.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=28.84%
G=43.13%
B=28.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1071601040.3300.350.37116.7922.7651.76
Hex6BA0682102325751734
Octal15324015041043451652764
Binary11010111010000011010001000010100011100101111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,160,104); }

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

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

 a { background-color: rgb(107,160,104); }

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

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

 span { border-color: rgb(107,160,104); }

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