Html Css Color HEX #65995C Hippie Green

📋 copy color: '#65995C'

red 101 ◦ green 153 ◦ blue 92

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

Shades of Hippie Green #65995C

Tints of Hippie Green #65995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 29.19%
G = 44.22%
B = 26.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#65995C (or 0x65995C) is known color: Hippie Green. HEX triplet: 65, 99 and 5C. RGB value is (101,153,92). Sum of RGB (Red+Green+Blue) = 101+153+92=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #65995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65995C is #9A66A3. Grayscale: #828282. Windows color (decimal): -10118820 or 6068581. OLE color: 6068581.

HSL color Cylindrical-coordinate representation of color #65995C: hue angle of 111.15º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65995C is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 92 -
CMYK 0.34 0 0.40 0.4
HSL 111.15º 0.25% 0.48% -
HSV(B) 111.15º 0.4% 0.6% -
XYZ 18.69 26.32 14.22 -
YUV 130.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 101 153 92 0.34 0 0.40 0.4 111.15 0.25 0.48
Hex 65 99 5C 22 0 28 28 6F 19 30
Octal 145 231 134 42 0 50 50 157 31 60
Binary 1100101 10011001 1011100 100010 0 101000 101000 1101111 11001 110000

Color Harmonies of #65995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65995C

Black with #65995C

Text Example


Text Example

White with #65995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65995C; }

 p { color: rgb(101,153,92); }

 H1.HeaderClassName
 {
   color: #65995C;
 }
 .AnyTagClassName
 {
   color: #65995C;
 }
</style>

background-color css

<style>
 a { background-color: #65995C; }

 a { background-color: rgb(101,153,92); }

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

border-color css

<style>
 span { border-color: #65995C; }

 span { border-color: rgb(101,153,92); }

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