Html Css Color HEX #65835F Hippie Green

📋 copy color: '#65835F'

red 101 ◦ green 131 ◦ blue 95

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

Shades of Hippie Green #65835F

Tints of Hippie Green #65835F

RGB

 RED value IS 101 (39.84% from 255) = 30.89%

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 30.89%
G = 40.06%
B = 29.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#65835F (or 0x65835F) is known color: Hippie Green. HEX triplet: 65, 83 and 5F. RGB value is (101,131,95). Sum of RGB (Red+Green+Blue) = 101+131+95=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #65835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65835F is #9A7CA0. Grayscale: #767676. Windows color (decimal): -10124449 or 6259557. OLE color: 6259557.

HSL color Cylindrical-coordinate representation of color #65835F: hue angle of 110º 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 #65835F is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 95 -
CMYK 0.23 0 0.27 0.49
HSL 110º 0.16% 0.44% -
HSV(B) 110º 0.27% 0.51% -
XYZ 15.55 19.83 13.83 -
YUV 117.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 101 131 95 0.23 0 0.27 0.49 110 0.16 0.44
Hex 65 83 5F 17 0 1B 31 6E 10 2C
Octal 145 203 137 27 0 33 61 156 20 54
Binary 1100101 10000011 1011111 10111 0 11011 110001 1101110 10000 101100

Color Harmonies of #65835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65835F

Black with #65835F

Text Example


Text Example

White with #65835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,131,95); }

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

background-color css

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

 a { background-color: rgb(101,131,95); }

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

border-color css

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

 span { border-color: rgb(101,131,95); }

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