Html Css Color HEX #668B69 Laurel

📋 copy color: '#668B69'

red 102 ◦ green 139 ◦ blue 105

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

Shades of Laurel #668B69

Tints of Laurel #668B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.17%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 29.48%
G = 40.17%
B = 30.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#668B69 (or 0x668B69) is known color: Laurel. HEX triplet: 66, 8B and 69. RGB value is (102,139,105). Sum of RGB (Red+Green+Blue) = 102+139+105=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #668B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B69 is #997496. Grayscale: #7C7C7C. Windows color (decimal): -10056855 or 6916966. OLE color: 6916966.

HSL color Cylindrical-coordinate representation of color #668B69: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B69 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 105 -
CMYK 0.27 0 0.24 0.45
HSL 124.86º 0.15% 0.47% -
HSV(B) 124.86º 0.27% 0.55% -
XYZ 17.26 22.31 16.76 -
YUV 124.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 102 139 105 0.27 0 0.24 0.45 124.86 0.15 0.47
Hex 66 8B 69 1B 0 18 2D 7D F 2F
Octal 146 213 151 33 0 30 55 175 17 57
Binary 1100110 10001011 1101001 11011 0 11000 101101 1111101 1111 101111

Color Harmonies of #668B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B69

Black with #668B69

Text Example


Text Example

White with #668B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668B69; }

 p { color: rgb(102,139,105); }

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

background-color css

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

 a { background-color: rgb(102,139,105); }

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

border-color css

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

 span { border-color: rgb(102,139,105); }

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