Html Css Color HEX #68855F Hippie Green

📋 copy color: '#68855F'

red 104 ◦ green 133 ◦ blue 95

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

Shades of Hippie Green #68855F

Tints of Hippie Green #68855F

RGB

 RED value IS 104 (41.02% from 255) = 31.33%

 GREEN value IS 133 (52.34% from 255) = 40.06%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 31.33%
G = 40.06%
B = 28.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#68855F (or 0x68855F) is known color: Hippie Green. HEX triplet: 68, 85 and 5F. RGB value is (104,133,95). Sum of RGB (Red+Green+Blue) = 104+133+95=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #68855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68855F is #977AA0. Grayscale: #787878. Windows color (decimal): -9927329 or 6260072. OLE color: 6260072.

HSL color Cylindrical-coordinate representation of color #68855F: hue angle of 105.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68855F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 95 -
CMYK 0.22 0 0.29 0.48
HSL 105.79º 0.17% 0.45% -
HSV(B) 105.79º 0.29% 0.52% -
XYZ 16.16 20.54 13.94 -
YUV 120 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 104 133 95 0.22 0 0.29 0.48 105.79 0.17 0.45
Hex 68 85 5F 16 0 1D 30 6A 11 2D
Octal 150 205 137 26 0 35 60 152 21 55
Binary 1101000 10000101 1011111 10110 0 11101 110000 1101010 10001 101101

Color Harmonies of #68855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68855F

Black with #68855F

Text Example


Text Example

White with #68855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68855F; }

 p { color: rgb(104,133,95); }

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

background-color css

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

 a { background-color: rgb(104,133,95); }

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

border-color css

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

 span { border-color: rgb(104,133,95); }

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