#67827A

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

Shades of Cutty Sark #67827A

Tints of Cutty Sark #67827A

Color information

#67827A (or 0x67827A) is unknown color: approx Cutty Sark. HEX triplet: 67, 82 and 7A. RGB value is (103,130,122). Sum of RGB (Red+Green+Blue) = 103+130+122=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #67827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827A is #987D85. Grayscale: #797979. Windows color (decimal): -9993606 or 8028775. OLE color: 8028775.

HSL color Cylindrical-coordinate representation of color #67827A: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67827A is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB103130122-
CMYK0.2100.060.49
HSL162.22º11.59%45.69%-
HSV(B)162.22º20.77%50.98%-
XYZ17.0920.2521.42-
YUV121.02128.55115.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=29.01%
G=36.62%
B=34.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301220.2100.060.49162.2211.5945.69
Hex67827A150631a2c2e
Octal1472021722506612421456
Binary1100111100000101111010101010110110001101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67827A; }

 p { color: rgb(103,130,122); }

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

<style>
 a { background-color: #67827A; }

 a { background-color: rgb(103,130,122); }

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

<style>
 span { border-color: #67827A; }

 span { border-color: rgb(103,130,122); }

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