Html Css Color HEX #658A6E Laurel

📋 copy color: '#658A6E'

red 101 ◦ green 138 ◦ blue 110

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

Shades of Laurel #658A6E

Tints of Laurel #658A6E

RGB

 RED value IS 101 (39.84% from 255) = 28.94%

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

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

R = 28.94%
G = 39.54%
B = 31.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#658A6E (or 0x658A6E) is known color: Laurel. HEX triplet: 65, 8A and 6E. RGB value is (101,138,110). Sum of RGB (Red+Green+Blue) = 101+138+110=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #658A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A6E is #9A7591. Grayscale: #7B7B7B. Windows color (decimal): -10122642 or 7244389. OLE color: 7244389.

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

Color convert

RGB 101 138 110 -
CMYK 0.27 0 0.20 0.46
HSL 134.59º 0.15% 0.47% -
HSV(B) 134.59º 0.27% 0.54% -
XYZ 17.27 22.07 18.1 -
YUV 123.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 101 138 110 0.27 0 0.20 0.46 134.59 0.15 0.47
Hex 65 8A 6E 1B 0 14 2E 87 F 2F
Octal 145 212 156 33 0 24 56 207 17 57
Binary 1100101 10001010 1101110 11011 0 10100 101110 10000111 1111 101111

Color Harmonies of #658A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A6E

Black with #658A6E

Text Example


Text Example

White with #658A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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