Html Css Color HEX #639269 Laurel

📋 copy color: '#639269'

red 99 ◦ green 146 ◦ blue 105

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

Shades of Laurel #639269

Tints of Laurel #639269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 28.29%
G = 41.71%
B = 30%

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

#639269 (or 0x639269) is known color: Laurel. HEX triplet: 63, 92 and 69. RGB value is (99,146,105). Sum of RGB (Red+Green+Blue) = 99+146+105=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #639269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639269 is #9C6D96. Grayscale: #7F7F7F. Windows color (decimal): -10251671 or 6918755. OLE color: 6918755.

HSL color Cylindrical-coordinate representation of color #639269: hue angle of 127.66º 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 #639269 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 105 -
CMYK 0.32 0 0.28 0.43
HSL 127.66º 0.19% 0.48% -
HSV(B) 127.66º 0.32% 0.57% -
XYZ 17.97 24.23 17.09 -
YUV 127.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 99 146 105 0.32 0 0.28 0.43 127.66 0.19 0.48
Hex 63 92 69 20 0 1C 2B 80 13 30
Octal 143 222 151 40 0 34 53 200 23 60
Binary 1100011 10010010 1101001 100000 0 11100 101011 10000000 10011 110000

Color Harmonies of #639269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639269

Black with #639269

Text Example


Text Example

White with #639269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639269; }

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

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

background-color css

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

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

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

border-color css

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

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

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