Html Css Color HEX #676948 Hemlock

📋 copy color: '#676948'

red 103 ◦ green 105 ◦ blue 72

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

Shades of Hemlock #676948

Tints of Hemlock #676948

RGB

 RED value IS 103 (40.63% from 255) = 36.79%

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

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

R = 36.79%
G = 37.5%
B = 25.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#676948 (or 0x676948) is known color: Hemlock. HEX triplet: 67, 69 and 48. RGB value is (103,105,72). Sum of RGB (Red+Green+Blue) = 103+105+72=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #676948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676948 is #9896B7. Grayscale: #646464. Windows color (decimal): -10000056 or 4745575. OLE color: 4745575.

HSL color Cylindrical-coordinate representation of color #676948: hue angle of 63.64º 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 #676948 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 105 72 -
CMYK 0.02 0 0.31 0.59
HSL 63.64º 0.19% 0.35% -
HSV(B) 63.64º 0.31% 0.41% -
XYZ 11.81 13.45 8.11 -
YUV 100.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 103 105 72 0.02 0 0.31 0.59 63.64 0.19 0.35
Hex 67 69 48 2 0 1F 3B 40 13 23
Octal 147 151 110 2 0 37 73 100 23 43
Binary 1100111 1101001 1001000 10 0 11111 111011 1000000 10011 100011

Color Harmonies of #676948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676948

Black with #676948

Text Example


Text Example

White with #676948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676948; }

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

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

background-color css

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

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

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

border-color css

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

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

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