Html Css Color HEX #638966 Laurel

📋 copy color: '#638966'

red 99 ◦ green 137 ◦ blue 102

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

Shades of Laurel #638966

Tints of Laurel #638966

RGB

 RED value IS 99 (39.06% from 255) = 29.29%

 GREEN value IS 137 (53.91% from 255) = 40.53%

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

R = 29.29%
G = 40.53%
B = 30.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#638966 (or 0x638966) is known color: Laurel. HEX triplet: 63, 89 and 66. RGB value is (99,137,102). Sum of RGB (Red+Green+Blue) = 99+137+102=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #638966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638966 is #9C7699. Grayscale: #797979. Windows color (decimal): -10253978 or 6719843. OLE color: 6719843.

HSL color Cylindrical-coordinate representation of color #638966: hue angle of 124.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638966 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 102 -
CMYK 0.28 0 0.26 0.46
HSL 124.74º 0.16% 0.46% -
HSV(B) 124.74º 0.28% 0.54% -
XYZ 16.49 21.5 15.85 -
YUV 121.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 99 137 102 0.28 0 0.26 0.46 124.74 0.16 0.46
Hex 63 89 66 1C 0 1A 2E 7D 10 2E
Octal 143 211 146 34 0 32 56 175 20 56
Binary 1100011 10001001 1100110 11100 0 11010 101110 1111101 10000 101110

Color Harmonies of #638966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638966

Black with #638966

Text Example


Text Example

White with #638966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638966; }

 p { color: rgb(99,137,102); }

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

background-color css

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

 a { background-color: rgb(99,137,102); }

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

border-color css

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

 span { border-color: rgb(99,137,102); }

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