Html Css Color HEX #639B68 Laurel

📋 copy color: '#639B68'

red 99 ◦ green 155 ◦ blue 104

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

Shades of Laurel #639B68

Tints of Laurel #639B68

RGB

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

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

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

R = 27.65%
G = 43.3%
B = 29.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#639B68 (or 0x639B68) is known color: Laurel. HEX triplet: 63, 9B and 68. RGB value is (99,155,104). Sum of RGB (Red+Green+Blue) = 99+155+104=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #639B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B68 is #9C6497. Grayscale: #848484. Windows color (decimal): -10249368 or 6855523. OLE color: 6855523.

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

Color convert

RGB 99 155 104 -
CMYK 0.36 0 0.33 0.39
HSL 125.36º 0.22% 0.5% -
HSV(B) 125.36º 0.36% 0.61% -
XYZ 19.37 27.09 17.31 -
YUV 132.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 99 155 104 0.36 0 0.33 0.39 125.36 0.22 0.5
Hex 63 9B 68 24 0 21 27 7D 16 32
Octal 143 233 150 44 0 41 47 175 26 62
Binary 1100011 10011011 1101000 100100 0 100001 100111 1111101 10110 110010

Color Harmonies of #639B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B68

Black with #639B68

Text Example


Text Example

White with #639B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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