Html Css Color HEX #669467 Laurel

📋 copy color: '#669467'

red 102 ◦ green 148 ◦ blue 103

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

Shades of Laurel #669467

Tints of Laurel #669467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 28.9%
G = 41.93%
B = 29.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#669467 (or 0x669467) is known color: Laurel. HEX triplet: 66, 94 and 67. RGB value is (102,148,103). Sum of RGB (Red+Green+Blue) = 102+148+103=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #669467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669467 is #996B98. Grayscale: #818181. Windows color (decimal): -10054553 or 6788198. OLE color: 6788198.

HSL color Cylindrical-coordinate representation of color #669467: hue angle of 121.3º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669467 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 103 -
CMYK 0.31 0 0.30 0.42
HSL 121.3º 0.18% 0.49% -
HSV(B) 121.3º 0.31% 0.58% -
XYZ 18.52 24.98 16.68 -
YUV 129.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 102 148 103 0.31 0 0.30 0.42 121.3 0.18 0.49
Hex 66 94 67 1F 0 1E 2A 79 12 31
Octal 146 224 147 37 0 36 52 171 22 61
Binary 1100110 10010100 1100111 11111 0 11110 101010 1111001 10010 110001

Color Harmonies of #669467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669467

Black with #669467

Text Example


Text Example

White with #669467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669467; }

 p { color: rgb(102,148,103); }

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

background-color css

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

 a { background-color: rgb(102,148,103); }

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

border-color css

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

 span { border-color: rgb(102,148,103); }

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