Html Css Color HEX #648867 Laurel

📋 copy color: '#648867'

red 100 ◦ green 136 ◦ blue 103

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

Shades of Laurel #648867

Tints of Laurel #648867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

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

R = 29.5%
G = 40.12%
B = 30.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#648867 (or 0x648867) is known color: Laurel. HEX triplet: 64, 88 and 67. RGB value is (100,136,103). Sum of RGB (Red+Green+Blue) = 100+136+103=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #648867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648867 is #9B7798. Grayscale: #797979. Windows color (decimal): -10188697 or 6785124. OLE color: 6785124.

HSL color Cylindrical-coordinate representation of color #648867: hue angle of 125º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648867 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 103 -
CMYK 0.26 0 0.24 0.47
HSL 125º 0.15% 0.46% -
HSV(B) 125º 0.26% 0.53% -
XYZ 16.51 21.3 16.07 -
YUV 121.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 100 136 103 0.26 0 0.24 0.47 125 0.15 0.46
Hex 64 88 67 1A 0 18 2F 7D F 2E
Octal 144 210 147 32 0 30 57 175 17 56
Binary 1100100 10001000 1100111 11010 0 11000 101111 1111101 1111 101110

Color Harmonies of #648867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648867

Black with #648867

Text Example


Text Example

White with #648867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648867; }

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

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

background-color css

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

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

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

border-color css

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

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

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