Html Css Color HEX #6F825D Willow Grove

📋 copy color: '#6F825D'

red 111 ◦ green 130 ◦ blue 93

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

Shades of Willow Grove #6F825D

Tints of Willow Grove #6F825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 33.23%
G = 38.92%
B = 27.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#6F825D (or 0x6F825D) is known color: Willow Grove. HEX triplet: 6F, 82 and 5D. RGB value is (111,130,93). Sum of RGB (Red+Green+Blue) = 111+130+93=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #6F825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F825D is #907DA2. Grayscale: #787878. Windows color (decimal): -9469347 or 6128239. OLE color: 6128239.

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

Color convert

RGB 111 130 93 -
CMYK 0.15 0 0.28 0.49
HSL 90.81º 0.17% 0.44% -
HSV(B) 90.81º 0.28% 0.51% -
XYZ 16.51 20.14 13.37 -
YUV 120.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 111 130 93 0.15 0 0.28 0.49 90.81 0.17 0.44
Hex 6F 82 5D F 0 1C 31 5B 11 2C
Octal 157 202 135 17 0 34 61 133 21 54
Binary 1101111 10000010 1011101 1111 0 11100 110001 1011011 10001 101100

Color Harmonies of #6F825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F825D

Black with #6F825D

Text Example


Text Example

White with #6F825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,93); }

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

background-color css

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

 a { background-color: rgb(111,130,93); }

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

border-color css

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

 span { border-color: rgb(111,130,93); }

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