Html Css Color HEX #658A6A Laurel

📋 copy color: '#658A6A'

red 101 ◦ green 138 ◦ blue 106

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

Shades of Laurel #658A6A

Tints of Laurel #658A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 29.28%
G = 40%
B = 30.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#658A6A (or 0x658A6A) is known color: Laurel. HEX triplet: 65, 8A and 6A. RGB value is (101,138,106). Sum of RGB (Red+Green+Blue) = 101+138+106=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #658A6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A6A is #9A7595. Grayscale: #7B7B7B. Windows color (decimal): -10122646 or 6982245. OLE color: 6982245.

HSL color Cylindrical-coordinate representation of color #658A6A: hue angle of 128.11º 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 #658A6A is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 106 -
CMYK 0.27 0 0.23 0.46
HSL 128.11º 0.15% 0.47% -
HSV(B) 128.11º 0.27% 0.54% -
XYZ 17.06 21.98 16.98 -
YUV 123.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 101 138 106 0.27 0 0.23 0.46 128.11 0.15 0.47
Hex 65 8A 6A 1B 0 17 2E 80 F 2F
Octal 145 212 152 33 0 27 56 200 17 57
Binary 1100101 10001010 1101010 11011 0 10111 101110 10000000 1111 101111

Color Harmonies of #658A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A6A

Black with #658A6A

Text Example


Text Example

White with #658A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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