Html Css Color HEX #696B67 Willow Grove

📋 copy color: '#696B67'

red 105 ◦ green 107 ◦ blue 103

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

Shades of Willow Grove #696B67

Tints of Willow Grove #696B67

RGB

 RED value IS 105 (41.41% from 255) = 33.33%

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 33.33%
G = 33.97%
B = 32.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#696B67 (or 0x696B67) is known color: Willow Grove. HEX triplet: 69, 6B and 67. RGB value is (105,107,103). Sum of RGB (Red+Green+Blue) = 105+107+103=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 107 - color contains mainly: green. Hex color #696B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B67 is #969498. Grayscale: #696969. Windows color (decimal): -9868441 or 6777705. OLE color: 6777705.

HSL color Cylindrical-coordinate representation of color #696B67: hue angle of 90º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #696B67 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 103 -
CMYK 0.02 0 0.04 0.58
HSL 90º 0.02% 0.41% -
HSV(B) 90º 0.04% 0.42% -
XYZ 13.53 14.5 14.92 -
YUV 105.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 105 107 103 0.02 0 0.04 0.58 90 0.02 0.41
Hex 69 6B 67 2 0 4 3A 5A 2 29
Octal 151 153 147 2 0 4 72 132 2 51
Binary 1101001 1101011 1100111 10 0 100 111010 1011010 10 101001

Color Harmonies of #696B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B67

Black with #696B67

Text Example


Text Example

White with #696B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B67; }

 p { color: rgb(105,107,103); }

 H1.HeaderClassName
 {
   color: #696B67;
 }
 .AnyTagClassName
 {
   color: #696B67;
 }
</style>

background-color css

<style>
 a { background-color: #696B67; }

 a { background-color: rgb(105,107,103); }

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

border-color css

<style>
 span { border-color: #696B67; }

 span { border-color: rgb(105,107,103); }

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