Html Css Color HEX #638965 Laurel

📋 copy color: '#638965'

red 99 ◦ green 137 ◦ blue 101

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

Shades of Laurel #638965

Tints of Laurel #638965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 29.38%
G = 40.65%
B = 29.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#638965 (or 0x638965) is known color: Laurel. HEX triplet: 63, 89 and 65. RGB value is (99,137,101). Sum of RGB (Red+Green+Blue) = 99+137+101=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #638965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638965 is #9C769A. Grayscale: #797979. Windows color (decimal): -10253979 or 6654307. OLE color: 6654307.

HSL color Cylindrical-coordinate representation of color #638965: hue angle of 123.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638965 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 101 -
CMYK 0.28 0 0.26 0.46
HSL 123.16º 0.16% 0.46% -
HSV(B) 123.16º 0.28% 0.54% -
XYZ 16.44 21.48 15.59 -
YUV 121.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 99 137 101 0.28 0 0.26 0.46 123.16 0.16 0.46
Hex 63 89 65 1C 0 1A 2E 7B 10 2E
Octal 143 211 145 34 0 32 56 173 20 56
Binary 1100011 10001001 1100101 11100 0 11010 101110 1111011 10000 101110

Color Harmonies of #638965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638965

Black with #638965

Text Example


Text Example

White with #638965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638965; }

 p { color: rgb(99,137,101); }

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

background-color css

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

 a { background-color: rgb(99,137,101); }

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

border-color css

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

 span { border-color: rgb(99,137,101); }

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