Html Css Color HEX #6A8868 Laurel

📋 copy color: '#6A8868'

red 106 ◦ green 136 ◦ blue 104

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

Shades of Laurel #6A8868

Tints of Laurel #6A8868

RGB

 RED value IS 106 (41.8% from 255) = 30.64%

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 30.64%
G = 39.31%
B = 30.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#6A8868 (or 0x6A8868) is known color: Laurel. HEX triplet: 6A, 88 and 68. RGB value is (106,136,104). Sum of RGB (Red+Green+Blue) = 106+136+104=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8868 is #957797. Grayscale: #7B7B7B. Windows color (decimal): -9795480 or 6850666. OLE color: 6850666.

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

Color convert

RGB 106 136 104 -
CMYK 0.22 0 0.24 0.47
HSL 116.25º 0.13% 0.47% -
HSV(B) 116.25º 0.24% 0.53% -
XYZ 17.25 21.67 16.37 -
YUV 123.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 106 136 104 0.22 0 0.24 0.47 116.25 0.13 0.47
Hex 6A 88 68 16 0 18 2F 74 D 2F
Octal 152 210 150 26 0 30 57 164 15 57
Binary 1101010 10001000 1101000 10110 0 11000 101111 1110100 1101 101111

Color Harmonies of #6A8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8868

Black with #6A8868

Text Example


Text Example

White with #6A8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8868; }

 p { color: rgb(106,136,104); }

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

background-color css

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

 a { background-color: rgb(106,136,104); }

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

border-color css

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

 span { border-color: rgb(106,136,104); }

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