Html Css Color HEX #66825F Hippie Green

📋 copy color: '#66825F'

red 102 ◦ green 130 ◦ blue 95

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

Shades of Hippie Green #66825F

Tints of Hippie Green #66825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 31.19%
G = 39.76%
B = 29.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#66825F (or 0x66825F) is known color: Hippie Green. HEX triplet: 66, 82 and 5F. RGB value is (102,130,95). Sum of RGB (Red+Green+Blue) = 102+130+95=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #66825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66825F is #997DA0. Grayscale: #757575. Windows color (decimal): -10059169 or 6259302. OLE color: 6259302.

HSL color Cylindrical-coordinate representation of color #66825F: hue angle of 108º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66825F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 95 -
CMYK 0.22 0 0.27 0.49
HSL 108º 0.16% 0.44% -
HSV(B) 108º 0.27% 0.51% -
XYZ 15.53 19.62 13.79 -
YUV 117.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 102 130 95 0.22 0 0.27 0.49 108 0.16 0.44
Hex 66 82 5F 16 0 1B 31 6C 10 2C
Octal 146 202 137 26 0 33 61 154 20 54
Binary 1100110 10000010 1011111 10110 0 11011 110001 1101100 10000 101100

Color Harmonies of #66825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66825F

Black with #66825F

Text Example


Text Example

White with #66825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,130,95); }

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

background-color css

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

 a { background-color: rgb(102,130,95); }

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

border-color css

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

 span { border-color: rgb(102,130,95); }

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