Html Css Color HEX #669A67 Laurel

📋 copy color: '#669A67'

red 102 ◦ green 154 ◦ blue 103

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

Shades of Laurel #669A67

Tints of Laurel #669A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

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

R = 28.41%
G = 42.9%
B = 28.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#669A67 (or 0x669A67) is known color: Laurel. HEX triplet: 66, 9A and 67. RGB value is (102,154,103). Sum of RGB (Red+Green+Blue) = 102+154+103=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #669A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A67 is #996598. Grayscale: #848484. Windows color (decimal): -10053017 or 6789734. OLE color: 6789734.

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

Color convert

RGB 102 154 103 -
CMYK 0.34 0 0.33 0.40
HSL 121.15º 0.2% 0.5% -
HSV(B) 121.15º 0.34% 0.6% -
XYZ 19.48 26.92 17 -
YUV 132.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 102 154 103 0.34 0 0.33 0.40 121.15 0.2 0.5
Hex 66 9A 67 22 0 21 28 79 14 32
Octal 146 232 147 42 0 41 50 171 24 62
Binary 1100110 10011010 1100111 100010 0 100001 101000 1111001 10100 110010

Color Harmonies of #669A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669A67

Black with #669A67

Text Example


Text Example

White with #669A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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