Html Css Color HEX #668976 Cutty Sark

📋 copy color: '#668976'

red 102 ◦ green 137 ◦ blue 118

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

Shades of Cutty Sark #668976

Tints of Cutty Sark #668976

RGB

 RED value IS 102 (40.23% from 255) = 28.57%

 GREEN value IS 137 (53.91% from 255) = 38.38%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 28.57%
G = 38.38%
B = 33.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#668976 (or 0x668976) is known color: Cutty Sark. HEX triplet: 66, 89 and 76. RGB value is (102,137,118). Sum of RGB (Red+Green+Blue) = 102+137+118=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #668976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668976 is #997689. Grayscale: #7C7C7C. Windows color (decimal): -10057354 or 7768422. OLE color: 7768422.

HSL color Cylindrical-coordinate representation of color #668976: hue angle of 147.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668976 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 118 -
CMYK 0.26 0 0.14 0.46
HSL 147.43º 0.15% 0.47% -
HSV(B) 147.43º 0.26% 0.54% -
XYZ 17.7 22.02 20.46 -
YUV 124.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 102 137 118 0.26 0 0.14 0.46 147.43 0.15 0.47
Hex 66 89 76 1A 0 E 2E 93 F 2F
Octal 146 211 166 32 0 16 56 223 17 57
Binary 1100110 10001001 1110110 11010 0 1110 101110 10010011 1111 101111

Color Harmonies of #668976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668976

Black with #668976

Text Example


Text Example

White with #668976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668976; }

 p { color: rgb(102,137,118); }

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

background-color css

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

 a { background-color: rgb(102,137,118); }

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

border-color css

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

 span { border-color: rgb(102,137,118); }

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