Html Css Color HEX #668369 Laurel

📋 copy color: '#668369'

red 102 ◦ green 131 ◦ blue 105

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

Shades of Laurel #668369

Tints of Laurel #668369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 30.18%
G = 38.76%
B = 31.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#668369 (or 0x668369) is known color: Laurel. HEX triplet: 66, 83 and 69. RGB value is (102,131,105). Sum of RGB (Red+Green+Blue) = 102+131+105=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #668369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668369 is #997C96. Grayscale: #777777. Windows color (decimal): -10058903 or 6914918. OLE color: 6914918.

HSL color Cylindrical-coordinate representation of color #668369: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668369 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 105 -
CMYK 0.22 0 0.20 0.49
HSL 126.21º 0.12% 0.46% -
HSV(B) 126.21º 0.22% 0.51% -
XYZ 16.15 20.08 16.39 -
YUV 119.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 102 131 105 0.22 0 0.20 0.49 126.21 0.12 0.46
Hex 66 83 69 16 0 14 31 7E C 2E
Octal 146 203 151 26 0 24 61 176 14 56
Binary 1100110 10000011 1101001 10110 0 10100 110001 1111110 1100 101110

Color Harmonies of #668369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668369

Black with #668369

Text Example


Text Example

White with #668369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668369; }

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

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

background-color css

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

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

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

border-color css

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

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

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