Html Css Color HEX #639168 Laurel

📋 copy color: '#639168'

red 99 ◦ green 145 ◦ blue 104

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

Shades of Laurel #639168

Tints of Laurel #639168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 28.45%
G = 41.67%
B = 29.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#639168 (or 0x639168) is known color: Laurel. HEX triplet: 63, 91 and 68. RGB value is (99,145,104). Sum of RGB (Red+Green+Blue) = 99+145+104=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #639168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639168 is #9C6E97. Grayscale: #7E7E7E. Windows color (decimal): -10251928 or 6852963. OLE color: 6852963.

HSL color Cylindrical-coordinate representation of color #639168: hue angle of 126.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639168 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 104 -
CMYK 0.32 0 0.28 0.43
HSL 126.52º 0.19% 0.48% -
HSV(B) 126.52º 0.32% 0.57% -
XYZ 17.77 23.9 16.77 -
YUV 126.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 99 145 104 0.32 0 0.28 0.43 126.52 0.19 0.48
Hex 63 91 68 20 0 1C 2B 7F 13 30
Octal 143 221 150 40 0 34 53 177 23 60
Binary 1100011 10010001 1101000 100000 0 11100 101011 1111111 10011 110000

Color Harmonies of #639168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639168

Black with #639168

Text Example


Text Example

White with #639168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639168; }

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

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

background-color css

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

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

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

border-color css

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

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

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