Html Css Color HEX #6A8E6A Laurel

📋 copy color: '#6A8E6A'

red 106 ◦ green 142 ◦ blue 106

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

Shades of Laurel #6A8E6A

Tints of Laurel #6A8E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

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

R = 29.94%
G = 40.11%
B = 29.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#6A8E6A (or 0x6A8E6A) is known color: Laurel. HEX triplet: 6A, 8E and 6A. RGB value is (106,142,106). Sum of RGB (Red+Green+Blue) = 106+142+106=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E6A is #957195. Grayscale: #7F7F7F. Windows color (decimal): -9793942 or 6983274. OLE color: 6983274.

HSL color Cylindrical-coordinate representation of color #6A8E6A: hue angle of 120º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8E6A is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 142 106 -
CMYK 0.25 0 0.25 0.44
HSL 120º 0.15% 0.49% -
HSV(B) 120º 0.25% 0.56% -
XYZ 18.22 23.45 17.2 -
YUV 127.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 106 142 106 0.25 0 0.25 0.44 120 0.15 0.49
Hex 6A 8E 6A 19 0 19 2C 78 F 31
Octal 152 216 152 31 0 31 54 170 17 61
Binary 1101010 10001110 1101010 11001 0 11001 101100 1111000 1111 110001

Color Harmonies of #6A8E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8E6A

Black with #6A8E6A

Text Example


Text Example

White with #6A8E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,142,106); }

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

background-color css

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

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

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

border-color css

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

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

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