Html Css Color HEX #658A66 Laurel

📋 copy color: '#658A66'

red 101 ◦ green 138 ◦ blue 102

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

Shades of Laurel #658A66

Tints of Laurel #658A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 29.62%
G = 40.47%
B = 29.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#658A66 (or 0x658A66) is known color: Laurel. HEX triplet: 65, 8A and 66. RGB value is (101,138,102). Sum of RGB (Red+Green+Blue) = 101+138+102=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #658A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A66 is #9A7599. Grayscale: #7A7A7A. Windows color (decimal): -10122650 or 6720101. OLE color: 6720101.

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

Color convert

RGB 101 138 102 -
CMYK 0.27 0 0.26 0.46
HSL 121.62º 0.15% 0.47% -
HSV(B) 121.62º 0.27% 0.54% -
XYZ 16.85 21.9 15.91 -
YUV 122.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 101 138 102 0.27 0 0.26 0.46 121.62 0.15 0.47
Hex 65 8A 66 1B 0 1A 2E 7A F 2F
Octal 145 212 146 33 0 32 56 172 17 57
Binary 1100101 10001010 1100110 11011 0 11010 101110 1111010 1111 101111

Color Harmonies of #658A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A66

Black with #658A66

Text Example


Text Example

White with #658A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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