Html Css Color HEX #696948 Hemlock

📋 copy color: '#696948'

red 105 ◦ green 105 ◦ blue 72

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

Shades of Hemlock #696948

Tints of Hemlock #696948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 37.23%
G = 37.23%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#696948 (or 0x696948) is known color: Hemlock. HEX triplet: 69, 69 and 48. RGB value is (105,105,72). Sum of RGB (Red+Green+Blue) = 105+105+72=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696948 is #9696B7. Grayscale: #656565. Windows color (decimal): -9868984 or 4745577. OLE color: 4745577.

HSL color Cylindrical-coordinate representation of color #696948: hue angle of 60º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696948 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 72 -
CMYK 0 0 0.31 0.59
HSL 60º 0.19% 0.35% -
HSV(B) 60º 0.31% 0.41% -
XYZ 12.05 13.57 8.12 -
YUV 101.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 105 105 72 0 0 0.31 0.59 60 0.19 0.35
Hex 69 69 48 0 0 1F 3B 3C 13 23
Octal 151 151 110 0 0 37 73 74 23 43
Binary 1101001 1101001 1001000 0 0 11111 111011 111100 10011 100011

Color Harmonies of #696948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696948

Black with #696948

Text Example


Text Example

White with #696948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696948; }

 p { color: rgb(105,105,72); }

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

background-color css

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

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

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

border-color css

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

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

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