Html Css Color HEX #638A6B Laurel

📋 copy color: '#638A6B'

red 99 ◦ green 138 ◦ blue 107

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

Shades of Laurel #638A6B

Tints of Laurel #638A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 28.78%
G = 40.12%
B = 31.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#638A6B (or 0x638A6B) is known color: Laurel. HEX triplet: 63, 8A and 6B. RGB value is (99,138,107). Sum of RGB (Red+Green+Blue) = 99+138+107=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #638A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A6B is #9C7594. Grayscale: #7A7A7A. Windows color (decimal): -10253717 or 7047779. OLE color: 7047779.

HSL color Cylindrical-coordinate representation of color #638A6B: hue angle of 132.31º 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 #638A6B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 107 -
CMYK 0.28 0 0.22 0.46
HSL 132.31º 0.16% 0.46% -
HSV(B) 132.31º 0.28% 0.54% -
XYZ 16.89 21.89 17.25 -
YUV 122.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 99 138 107 0.28 0 0.22 0.46 132.31 0.16 0.46
Hex 63 8A 6B 1C 0 16 2E 84 10 2E
Octal 143 212 153 34 0 26 56 204 20 56
Binary 1100011 10001010 1101011 11100 0 10110 101110 10000100 10000 101110

Color Harmonies of #638A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A6B

Black with #638A6B

Text Example


Text Example

White with #638A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,138,107); }

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

background-color css

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

 a { background-color: rgb(99,138,107); }

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

border-color css

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

 span { border-color: rgb(99,138,107); }

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