Html Css Color HEX #639B66 Laurel

📋 copy color: '#639B66'

red 99 ◦ green 155 ◦ blue 102

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

Shades of Laurel #639B66

Tints of Laurel #639B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 27.81%
G = 43.54%
B = 28.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#639B66 (or 0x639B66) is known color: Laurel. HEX triplet: 63, 9B and 66. RGB value is (99,155,102). Sum of RGB (Red+Green+Blue) = 99+155+102=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #639B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B66 is #9C6499. Grayscale: #848484. Windows color (decimal): -10249370 or 6724451. OLE color: 6724451.

HSL color Cylindrical-coordinate representation of color #639B66: hue angle of 123.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B66 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 102 -
CMYK 0.36 0 0.34 0.39
HSL 123.21º 0.22% 0.5% -
HSV(B) 123.21º 0.36% 0.61% -
XYZ 19.27 27.05 16.78 -
YUV 132.21 110.95 104.31 -
System Red Green Blue C M Y K H S L
Decimal 99 155 102 0.36 0 0.34 0.39 123.21 0.22 0.5
Hex 63 9B 66 24 0 22 27 7B 16 32
Octal 143 233 146 44 0 42 47 173 26 62
Binary 1100011 10011011 1100110 100100 0 100010 100111 1111011 10110 110010

Color Harmonies of #639B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B66

Black with #639B66

Text Example


Text Example

White with #639B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639B66; }

 p { color: rgb(99,155,102); }

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

background-color css

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

 a { background-color: rgb(99,155,102); }

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

border-color css

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

 span { border-color: rgb(99,155,102); }

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