Html Css Color HEX #638D68 Laurel

📋 copy color: '#638D68'

red 99 ◦ green 141 ◦ blue 104

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

Shades of Laurel #638D68

Tints of Laurel #638D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 28.78%
G = 40.99%
B = 30.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#638D68 (or 0x638D68) is known color: Laurel. HEX triplet: 63, 8D and 68. RGB value is (99,141,104). Sum of RGB (Red+Green+Blue) = 99+141+104=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #638D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638D68 is #9C7297. Grayscale: #7C7C7C. Windows color (decimal): -10252952 or 6851939. OLE color: 6851939.

HSL color Cylindrical-coordinate representation of color #638D68: hue angle of 127.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638D68 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 141 104 -
CMYK 0.30 0 0.26 0.45
HSL 127.14º 0.18% 0.47% -
HSV(B) 127.14º 0.3% 0.55% -
XYZ 17.17 22.7 16.57 -
YUV 124.22 116.59 110.01 -
System Red Green Blue C M Y K H S L
Decimal 99 141 104 0.30 0 0.26 0.45 127.14 0.18 0.47
Hex 63 8D 68 1E 0 1A 2D 7F 12 2F
Octal 143 215 150 36 0 32 55 177 22 57
Binary 1100011 10001101 1101000 11110 0 11010 101101 1111111 10010 101111

Color Harmonies of #638D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638D68

Black with #638D68

Text Example


Text Example

White with #638D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638D68; }

 p { color: rgb(99,141,104); }

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

background-color css

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

 a { background-color: rgb(99,141,104); }

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

border-color css

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

 span { border-color: rgb(99,141,104); }

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