Html Css Color HEX #67867B Cutty Sark

📋 copy color: '#67867B'

red 103 ◦ green 134 ◦ blue 123

#67867B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #67867B

Tints of Cutty Sark #67867B

RGB

 RED value IS 103 (40.63% from 255) = 28.61%

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 28.61%
G = 37.22%
B = 34.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#67867B (or 0x67867B) is known color: Cutty Sark. HEX triplet: 67, 86 and 7B. RGB value is (103,134,123). Sum of RGB (Red+Green+Blue) = 103+134+123=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #67867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67867B is #987984. Grayscale: #7B7B7B. Windows color (decimal): -9992581 or 8095335. OLE color: 8095335.

HSL color Cylindrical-coordinate representation of color #67867B: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67867B is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 123 -
CMYK 0.23 0 0.08 0.47
HSL 158.71º 0.13% 0.46% -
HSV(B) 158.71º 0.23% 0.53% -
XYZ 17.69 21.36 21.93 -
YUV 123.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 103 134 123 0.23 0 0.08 0.47 158.71 0.13 0.46
Hex 67 86 7B 17 0 8 2F 9F D 2E
Octal 147 206 173 27 0 10 57 237 15 56
Binary 1100111 10000110 1111011 10111 0 1000 101111 10011111 1101 101110

Color Harmonies of #67867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67867B

Black with #67867B

Text Example


Text Example

White with #67867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67867B; }

 p { color: rgb(103,134,123); }

 H1.HeaderClassName
 {
   color: #67867B;
 }
 .AnyTagClassName
 {
   color: #67867B;
 }
</style>

background-color css

<style>
 a { background-color: #67867B; }

 a { background-color: rgb(103,134,123); }

 div.DivClassName
 {
   background-color: #67867B;
 }
 .BgClassName
 {
   background-color: #67867B;
 }
</style>

border-color css

<style>
 span { border-color: #67867B; }

 span { border-color: rgb(103,134,123); }

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