Html Css Color HEX #6F8973 Laurel

📋 copy color: '#6F8973'

red 111 ◦ green 137 ◦ blue 115

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

Shades of Laurel #6F8973

Tints of Laurel #6F8973

RGB

 RED value IS 111 (43.75% from 255) = 30.58%

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 30.58%
G = 37.74%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#6F8973 (or 0x6F8973) is known color: Laurel. HEX triplet: 6F, 89 and 73. RGB value is (111,137,115). Sum of RGB (Red+Green+Blue) = 111+137+115=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8973 is #90768C. Grayscale: #7E7E7E. Windows color (decimal): -9467533 or 7571823. OLE color: 7571823.

HSL color Cylindrical-coordinate representation of color #6F8973: hue angle of 129.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8973 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 115 -
CMYK 0.19 0 0.16 0.46
HSL 129.23º 0.1% 0.49% -
HSV(B) 129.23º 0.19% 0.54% -
XYZ 18.6 22.51 19.58 -
YUV 126.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 111 137 115 0.19 0 0.16 0.46 129.23 0.1 0.49
Hex 6F 89 73 13 0 10 2E 81 A 31
Octal 157 211 163 23 0 20 56 201 12 61
Binary 1101111 10001001 1110011 10011 0 10000 101110 10000001 1010 110001

Color Harmonies of #6F8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8973

Black with #6F8973

Text Example


Text Example

White with #6F8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,115); }

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

background-color css

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

 a { background-color: rgb(111,137,115); }

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

border-color css

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

 span { border-color: rgb(111,137,115); }

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