Html Css Color HEX #66926E Laurel

📋 copy color: '#66926E'

red 102 ◦ green 146 ◦ blue 110

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

Shades of Laurel #66926E

Tints of Laurel #66926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 28.49%
G = 40.78%
B = 30.73%

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

#66926E (or 0x66926E) is known color: Laurel. HEX triplet: 66, 92 and 6E. RGB value is (102,146,110). Sum of RGB (Red+Green+Blue) = 102+146+110=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #66926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926E is #996D91. Grayscale: #808080. Windows color (decimal): -10055058 or 7246438. OLE color: 7246438.

HSL color Cylindrical-coordinate representation of color #66926E: hue angle of 130.91º 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 #66926E is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 110 -
CMYK 0.30 0 0.25 0.43
HSL 130.91º 0.18% 0.49% -
HSV(B) 130.91º 0.3% 0.57% -
XYZ 18.57 24.51 18.5 -
YUV 128.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 102 146 110 0.30 0 0.25 0.43 130.91 0.18 0.49
Hex 66 92 6E 1E 0 19 2B 83 12 31
Octal 146 222 156 36 0 31 53 203 22 61
Binary 1100110 10010010 1101110 11110 0 11001 101011 10000011 10010 110001

Color Harmonies of #66926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66926E

Black with #66926E

Text Example


Text Example

White with #66926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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