#6B975C

Color #6B975C Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #6B975C

Tints of Hippie Green #6B975C

Color information

#6B975C (or 0x6B975C) is unknown color: approx Hippie Green. HEX triplet: 6B, 97 and 5C. RGB value is (107,151,92). Sum of RGB (Red+Green+Blue) = 107+151+92=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #6B975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B975C is #9468A3. Grayscale: #838383. Windows color (decimal): -9726116 or 6068075. OLE color: 6068075.

HSL color Cylindrical-coordinate representation of color #6B975C: hue angle of 104.75º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B975C is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB10715192-
CMYK0.2900.390.41
HSL104.75º24.28%47.65%-
HSV(B)104.75º39.07%59.22%-
XYZ19.0626.0314.15-
YUV131.12105.92110.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.57%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=30.57%
G=43.14%
B=26.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107151920.2900.390.41104.7524.2847.65
Hex6B975C1D02729691830
Octal15322713435047511513060
Binary1101011100101111011100111010100111101001110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,92); }

 H1.HeaderClassName
 {
   color: #6B975C;
 }
 .AnyTagClassName
 {
   color: #6B975C;
 }
</style>
background-color css

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

 a { background-color: rgb(107,151,92); }

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

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

 span { border-color: rgb(107,151,92); }

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