Html Css Color HEX #6B8468 Hippie Green

📋 copy color: '#6B8468'

red 107 ◦ green 132 ◦ blue 104

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

Shades of Hippie Green #6B8468

Tints of Hippie Green #6B8468

RGB

 RED value IS 107 (42.19% from 255) = 31.2%

 GREEN value IS 132 (51.95% from 255) = 38.48%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 31.2%
G = 38.48%
B = 30.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#6B8468 (or 0x6B8468) is known color: Hippie Green. HEX triplet: 6B, 84 and 68. RGB value is (107,132,104). Sum of RGB (Red+Green+Blue) = 107+132+104=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8468 is #947B97. Grayscale: #797979. Windows color (decimal): -9730968 or 6849643. OLE color: 6849643.

HSL color Cylindrical-coordinate representation of color #6B8468: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8468 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 104 -
CMYK 0.19 0 0.21 0.48
HSL 113.57º 0.12% 0.46% -
HSV(B) 113.57º 0.21% 0.52% -
XYZ 16.81 20.63 16.19 -
YUV 121.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 107 132 104 0.19 0 0.21 0.48 113.57 0.12 0.46
Hex 6B 84 68 13 0 15 30 72 C 2E
Octal 153 204 150 23 0 25 60 162 14 56
Binary 1101011 10000100 1101000 10011 0 10101 110000 1110010 1100 101110

Color Harmonies of #6B8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8468

Black with #6B8468

Text Example


Text Example

White with #6B8468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,104); }

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

background-color css

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

 a { background-color: rgb(107,132,104); }

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

border-color css

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

 span { border-color: rgb(107,132,104); }

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