Html Css Color HEX #649967 Laurel

📋 copy color: '#649967'

red 100 ◦ green 153 ◦ blue 103

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

Shades of Laurel #649967

Tints of Laurel #649967

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 28.09%
G = 42.98%
B = 28.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#649967 (or 0x649967) is known color: Laurel. HEX triplet: 64, 99 and 67. RGB value is (100,153,103). Sum of RGB (Red+Green+Blue) = 100+153+103=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #649967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649967 is #9B6698. Grayscale: #838383. Windows color (decimal): -10184345 or 6789476. OLE color: 6789476.

HSL color Cylindrical-coordinate representation of color #649967: hue angle of 123.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649967 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 103 -
CMYK 0.35 0 0.33 0.4
HSL 123.4º 0.21% 0.5% -
HSV(B) 123.4º 0.35% 0.6% -
XYZ 19.09 26.47 16.93 -
YUV 131.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 100 153 103 0.35 0 0.33 0.4 123.4 0.21 0.5
Hex 64 99 67 23 0 21 28 7B 15 32
Octal 144 231 147 43 0 41 50 173 25 62
Binary 1100100 10011001 1100111 100011 0 100001 101000 1111011 10101 110010

Color Harmonies of #649967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649967

Black with #649967

Text Example


Text Example

White with #649967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649967; }

 p { color: rgb(100,153,103); }

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

background-color css

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

 a { background-color: rgb(100,153,103); }

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

border-color css

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

 span { border-color: rgb(100,153,103); }

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