Html Css Color HEX #648A6E Laurel

📋 copy color: '#648A6E'

red 100 ◦ green 138 ◦ blue 110

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

Shades of Laurel #648A6E

Tints of Laurel #648A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 28.74%
G = 39.66%
B = 31.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#648A6E (or 0x648A6E) is known color: Laurel. HEX triplet: 64, 8A and 6E. RGB value is (100,138,110). Sum of RGB (Red+Green+Blue) = 100+138+110=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #648A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A6E is #9B7591. Grayscale: #7B7B7B. Windows color (decimal): -10188178 or 7244388. OLE color: 7244388.

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

Color convert

RGB 100 138 110 -
CMYK 0.28 0 0.20 0.46
HSL 135.79º 0.16% 0.47% -
HSV(B) 135.79º 0.28% 0.54% -
XYZ 17.16 22.01 18.1 -
YUV 123.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 100 138 110 0.28 0 0.20 0.46 135.79 0.16 0.47
Hex 64 8A 6E 1C 0 14 2E 88 10 2F
Octal 144 212 156 34 0 24 56 210 20 57
Binary 1100100 10001010 1101110 11100 0 10100 101110 10001000 10000 101111

Color Harmonies of #648A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A6E

Black with #648A6E

Text Example


Text Example

White with #648A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A6E; }

 p { color: rgb(100,138,110); }

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

background-color css

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

 a { background-color: rgb(100,138,110); }

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

border-color css

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

 span { border-color: rgb(100,138,110); }

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