Html Css Color HEX #6F9573 Laurel

📋 copy color: '#6F9573'

red 111 ◦ green 149 ◦ blue 115

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

Shades of Laurel #6F9573

Tints of Laurel #6F9573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 29.6%
G = 39.73%
B = 30.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#6F9573 (or 0x6F9573) is known color: Laurel. HEX triplet: 6F, 95 and 73. RGB value is (111,149,115). Sum of RGB (Red+Green+Blue) = 111+149+115=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9573 is #906A8C. Grayscale: #858585. Windows color (decimal): -9464461 or 7574895. OLE color: 7574895.

HSL color Cylindrical-coordinate representation of color #6F9573: hue angle of 126.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9573 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 115 -
CMYK 0.26 0 0.23 0.42
HSL 126.32º 0.15% 0.51% -
HSV(B) 126.32º 0.26% 0.58% -
XYZ 20.4 26.11 20.18 -
YUV 133.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 111 149 115 0.26 0 0.23 0.42 126.32 0.15 0.51
Hex 6F 95 73 1A 0 17 2A 7E F 33
Octal 157 225 163 32 0 27 52 176 17 63
Binary 1101111 10010101 1110011 11010 0 10111 101010 1111110 1111 110011

Color Harmonies of #6F9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9573

Black with #6F9573

Text Example


Text Example

White with #6F9573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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