Html Css Color HEX #669B68 Laurel

📋 copy color: '#669B68'

red 102 ◦ green 155 ◦ blue 104

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

Shades of Laurel #669B68

Tints of Laurel #669B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 28.25%
G = 42.94%
B = 28.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#669B68 (or 0x669B68) is known color: Laurel. HEX triplet: 66, 9B and 68. RGB value is (102,155,104). Sum of RGB (Red+Green+Blue) = 102+155+104=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #669B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B68 is #996497. Grayscale: #858585. Windows color (decimal): -10052760 or 6855526. OLE color: 6855526.

HSL color Cylindrical-coordinate representation of color #669B68: hue angle of 122.26º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B68 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 155 104 -
CMYK 0.34 0 0.33 0.39
HSL 122.26º 0.21% 0.5% -
HSV(B) 122.26º 0.34% 0.61% -
XYZ 19.7 27.27 17.32 -
YUV 133.34 111.44 105.65 -
System Red Green Blue C M Y K H S L
Decimal 102 155 104 0.34 0 0.33 0.39 122.26 0.21 0.5
Hex 66 9B 68 22 0 21 27 7A 15 32
Octal 146 233 150 42 0 41 47 172 25 62
Binary 1100110 10011011 1101000 100010 0 100001 100111 1111010 10101 110010

Color Harmonies of #669B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B68

Black with #669B68

Text Example


Text Example

White with #669B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669B68; }

 p { color: rgb(102,155,104); }

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

background-color css

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

 a { background-color: rgb(102,155,104); }

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

border-color css

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

 span { border-color: rgb(102,155,104); }

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