Html Css Color HEX #639B6A Laurel

📋 copy color: '#639B6A'

red 99 ◦ green 155 ◦ blue 106

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

Shades of Laurel #639B6A

Tints of Laurel #639B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 27.5%
G = 43.06%
B = 29.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#639B6A (or 0x639B6A) is known color: Laurel. HEX triplet: 63, 9B and 6A. RGB value is (99,155,106). Sum of RGB (Red+Green+Blue) = 99+155+106=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #639B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B6A is #9C6495. Grayscale: #848484. Windows color (decimal): -10249366 or 6986595. OLE color: 6986595.

HSL color Cylindrical-coordinate representation of color #639B6A: hue angle of 127.5º 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 #639B6A is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 106 -
CMYK 0.36 0 0.32 0.39
HSL 127.5º 0.22% 0.5% -
HSV(B) 127.5º 0.36% 0.61% -
XYZ 19.47 27.14 17.85 -
YUV 132.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 99 155 106 0.36 0 0.32 0.39 127.5 0.22 0.5
Hex 63 9B 6A 24 0 20 27 80 16 32
Octal 143 233 152 44 0 40 47 200 26 62
Binary 1100011 10011011 1101010 100100 0 100000 100111 10000000 10110 110010

Color Harmonies of #639B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B6A

Black with #639B6A

Text Example


Text Example

White with #639B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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