Html Css Color HEX #639669 Laurel

📋 copy color: '#639669'

red 99 ◦ green 150 ◦ blue 105

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

Shades of Laurel #639669

Tints of Laurel #639669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 27.97%
G = 42.37%
B = 29.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#639669 (or 0x639669) is known color: Laurel. HEX triplet: 63, 96 and 69. RGB value is (99,150,105). Sum of RGB (Red+Green+Blue) = 99+150+105=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #639669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639669 is #9C6996. Grayscale: #818181. Windows color (decimal): -10250647 or 6919779. OLE color: 6919779.

HSL color Cylindrical-coordinate representation of color #639669: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639669 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 105 -
CMYK 0.34 0 0.30 0.41
HSL 127.06º 0.2% 0.49% -
HSV(B) 127.06º 0.34% 0.59% -
XYZ 18.6 25.49 17.3 -
YUV 129.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 99 150 105 0.34 0 0.30 0.41 127.06 0.2 0.49
Hex 63 96 69 22 0 1E 29 7F 14 31
Octal 143 226 151 42 0 36 51 177 24 61
Binary 1100011 10010110 1101001 100010 0 11110 101001 1111111 10100 110001

Color Harmonies of #639669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639669

Black with #639669

Text Example


Text Example

White with #639669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639669; }

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

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

background-color css

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

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

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

border-color css

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

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

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