Html Css Color HEX #66926D Laurel

📋 copy color: '#66926D'

red 102 ◦ green 146 ◦ blue 109

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

Shades of Laurel #66926D

Tints of Laurel #66926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 28.57%
G = 40.9%
B = 30.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#66926D (or 0x66926D) is known color: Laurel. HEX triplet: 66, 92 and 6D. RGB value is (102,146,109). Sum of RGB (Red+Green+Blue) = 102+146+109=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #66926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926D is #996D92. Grayscale: #808080. Windows color (decimal): -10055059 or 7180902. OLE color: 7180902.

HSL color Cylindrical-coordinate representation of color #66926D: hue angle of 129.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66926D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 109 -
CMYK 0.30 0 0.25 0.43
HSL 129.55º 0.18% 0.49% -
HSV(B) 129.55º 0.3% 0.57% -
XYZ 18.52 24.49 18.22 -
YUV 128.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 102 146 109 0.30 0 0.25 0.43 129.55 0.18 0.49
Hex 66 92 6D 1E 0 19 2B 82 12 31
Octal 146 222 155 36 0 31 53 202 22 61
Binary 1100110 10010010 1101101 11110 0 11001 101011 10000010 10010 110001

Color Harmonies of #66926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66926D

Black with #66926D

Text Example


Text Example

White with #66926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66926D; }

 p { color: rgb(102,146,109); }

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

background-color css

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

 a { background-color: rgb(102,146,109); }

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

border-color css

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

 span { border-color: rgb(102,146,109); }

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