#6B8378

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

Shades of Cutty Sark #6B8378

Tints of Cutty Sark #6B8378

Color information

#6B8378 (or 0x6B8378) is unknown color: approx Cutty Sark. HEX triplet: 6B, 83 and 78. RGB value is (107,131,120). Sum of RGB (Red+Green+Blue) = 107+131+120=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8378 is #947C87. Grayscale: #7A7A7A. Windows color (decimal): -9731208 or 7897963. OLE color: 7897963.

HSL color Cylindrical-coordinate representation of color #6B8378: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8378 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB107131120-
CMYK0.1800.080.49
HSL152.5º10.08%46.67%-
HSV(B)152.5º18.32%51.37%-
XYZ17.5720.7120.84-
YUV122.57126.55116.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=29.89%
G=36.59%
B=33.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071311200.1800.080.49152.510.0846.67
Hex6B837812083198a2f
Octal15320317022010612301257
Binary11010111000001111110001001001000110001100110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,120); }

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

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

 a { background-color: rgb(107,131,120); }

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

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

 span { border-color: rgb(107,131,120); }

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