Html Css Color HEX #66986A Laurel

📋 copy color: '#66986A'

red 102 ◦ green 152 ◦ blue 106

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

Shades of Laurel #66986A

Tints of Laurel #66986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 28.33%
G = 42.22%
B = 29.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#66986A (or 0x66986A) is known color: Laurel. HEX triplet: 66, 98 and 6A. RGB value is (102,152,106). Sum of RGB (Red+Green+Blue) = 102+152+106=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #66986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66986A is #996795. Grayscale: #838383. Windows color (decimal): -10053526 or 6985830. OLE color: 6985830.

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

Color convert

RGB 102 152 106 -
CMYK 0.33 0 0.30 0.40
HSL 124.8º 0.2% 0.5% -
HSV(B) 124.8º 0.33% 0.6% -
XYZ 19.31 26.32 17.7 -
YUV 131.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 102 152 106 0.33 0 0.30 0.40 124.8 0.2 0.5
Hex 66 98 6A 21 0 1E 28 7D 14 32
Octal 146 230 152 41 0 36 50 175 24 62
Binary 1100110 10011000 1101010 100001 0 11110 101000 1111101 10100 110010

Color Harmonies of #66986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66986A

Black with #66986A

Text Example


Text Example

White with #66986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66986A; }

 p { color: rgb(102,152,106); }

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

background-color css

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

 a { background-color: rgb(102,152,106); }

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

border-color css

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

 span { border-color: rgb(102,152,106); }

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