Html Css Color HEX #6A8C6F Laurel

📋 copy color: '#6A8C6F'

red 106 ◦ green 140 ◦ blue 111

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

Shades of Laurel #6A8C6F

Tints of Laurel #6A8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 29.69%
G = 39.22%
B = 31.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#6A8C6F (or 0x6A8C6F) is known color: Laurel. HEX triplet: 6A, 8C and 6F. RGB value is (106,140,111). Sum of RGB (Red+Green+Blue) = 106+140+111=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C6F is #957390. Grayscale: #7E7E7E. Windows color (decimal): -9794449 or 7310442. OLE color: 7310442.

HSL color Cylindrical-coordinate representation of color #6A8C6F: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8C6F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 140 111 -
CMYK 0.24 0 0.21 0.45
HSL 128.82º 0.14% 0.48% -
HSV(B) 128.82º 0.24% 0.55% -
XYZ 18.19 22.97 18.51 -
YUV 126.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 106 140 111 0.24 0 0.21 0.45 128.82 0.14 0.48
Hex 6A 8C 6F 18 0 15 2D 81 E 30
Octal 152 214 157 30 0 25 55 201 16 60
Binary 1101010 10001100 1101111 11000 0 10101 101101 10000001 1110 110000

Color Harmonies of #6A8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8C6F

Black with #6A8C6F

Text Example


Text Example

White with #6A8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,140,111); }

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

background-color css

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

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

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

border-color css

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

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

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