Html Css Color HEX #638A69 Laurel

📋 copy color: '#638A69'

red 99 ◦ green 138 ◦ blue 105

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

Shades of Laurel #638A69

Tints of Laurel #638A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 28.95%
G = 40.35%
B = 30.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#638A69 (or 0x638A69) is known color: Laurel. HEX triplet: 63, 8A and 69. RGB value is (99,138,105). Sum of RGB (Red+Green+Blue) = 99+138+105=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #638A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A69 is #9C7596. Grayscale: #7A7A7A. Windows color (decimal): -10253719 or 6916707. OLE color: 6916707.

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

Color convert

RGB 99 138 105 -
CMYK 0.28 0 0.24 0.46
HSL 129.23º 0.16% 0.46% -
HSV(B) 129.23º 0.28% 0.54% -
XYZ 16.78 21.85 16.7 -
YUV 122.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 99 138 105 0.28 0 0.24 0.46 129.23 0.16 0.46
Hex 63 8A 69 1C 0 18 2E 81 10 2E
Octal 143 212 151 34 0 30 56 201 20 56
Binary 1100011 10001010 1101001 11100 0 11000 101110 10000001 10000 101110

Color Harmonies of #638A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A69

Black with #638A69

Text Example


Text Example

White with #638A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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