Html Css Color HEX #6B8D6E Laurel

📋 copy color: '#6B8D6E'

red 107 ◦ green 141 ◦ blue 110

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

Shades of Laurel #6B8D6E

Tints of Laurel #6B8D6E

RGB

 RED value IS 107 (42.19% from 255) = 29.89%

 GREEN value IS 141 (55.47% from 255) = 39.39%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 29.89%
G = 39.39%
B = 30.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#6B8D6E (or 0x6B8D6E) is known color: Laurel. HEX triplet: 6B, 8D and 6E. RGB value is (107,141,110). Sum of RGB (Red+Green+Blue) = 107+141+110=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D6E is #947291. Grayscale: #7F7F7F. Windows color (decimal): -9728658 or 7245163. OLE color: 7245163.

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

Color convert

RGB 107 141 110 -
CMYK 0.24 0 0.22 0.45
HSL 125.29º 0.14% 0.49% -
HSV(B) 125.29º 0.24% 0.55% -
XYZ 18.4 23.3 18.28 -
YUV 127.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 107 141 110 0.24 0 0.22 0.45 125.29 0.14 0.49
Hex 6B 8D 6E 18 0 16 2D 7D E 31
Octal 153 215 156 30 0 26 55 175 16 61
Binary 1101011 10001101 1101110 11000 0 10110 101101 1111101 1110 110001

Color Harmonies of #6B8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8D6E

Black with #6B8D6E

Text Example


Text Example

White with #6B8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,141,110); }

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

background-color css

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

 a { background-color: rgb(107,141,110); }

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

border-color css

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

 span { border-color: rgb(107,141,110); }

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