Html Css Color HEX #66875D Hippie Green

📋 copy color: '#66875D'

red 102 ◦ green 135 ◦ blue 93

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

Shades of Hippie Green #66875D

Tints of Hippie Green #66875D

RGB

 RED value IS 102 (40.23% from 255) = 30.91%

 GREEN value IS 135 (53.13% from 255) = 40.91%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 30.91%
G = 40.91%
B = 28.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#66875D (or 0x66875D) is known color: Hippie Green. HEX triplet: 66, 87 and 5D. RGB value is (102,135,93). Sum of RGB (Red+Green+Blue) = 102+135+93=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #66875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66875D is #9978A2. Grayscale: #787878. Windows color (decimal): -10057891 or 6129510. OLE color: 6129510.

HSL color Cylindrical-coordinate representation of color #66875D: hue angle of 107.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66875D is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 93 -
CMYK 0.24 0 0.31 0.47
HSL 107.14º 0.18% 0.45% -
HSV(B) 107.14º 0.31% 0.53% -
XYZ 16.12 20.94 13.55 -
YUV 120.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 102 135 93 0.24 0 0.31 0.47 107.14 0.18 0.45
Hex 66 87 5D 18 0 1F 2F 6B 12 2D
Octal 146 207 135 30 0 37 57 153 22 55
Binary 1100110 10000111 1011101 11000 0 11111 101111 1101011 10010 101101

Color Harmonies of #66875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66875D

Black with #66875D

Text Example


Text Example

White with #66875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66875D; }

 p { color: rgb(102,135,93); }

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

background-color css

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

 a { background-color: rgb(102,135,93); }

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

border-color css

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

 span { border-color: rgb(102,135,93); }

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